Search found 30 matches

by kunkel321
Tue Mar 31, 2020 10:33 pm
Forum: General Discussion
Topic: Logic Help Needed
Replies: 2
Views: 5118

Logic Help Needed

This Task is similar to the "time capture" one I posted a couple days ago. This one is a "date capture" Task. If anyone is willing to try it out... I'm stuck on the logic. I've tried the RegExes individually and they do work, it is the nested IF statement that doesn't seem to wor...
by kunkel321
Mon Mar 30, 2020 1:06 am
Forum: Suggestions
Topic: Drop Task script text into RoboTask pane = Import
Replies: 3
Views: 10195

Drop Task script text into RoboTask pane = Import

On the forum people post Tasks as text that is formatted as a Windows Initialization File. How about making the RoboTask main window pane (the one that lists all the Tasks in a given folder) so that text can be dropped into it. That way a person could use their mouse to select the script from a foru...
by kunkel321
Sun Mar 29, 2020 11:55 pm
Forum: General Discussion
Topic: Logic and RegEx sample
Replies: 0
Views: 7004

Logic and RegEx sample

Mostly I just wanted to share this Task I made that seems to work. :D Also, let me know if anyone would have set up the logic flow differently. Set a hotkey to trigger the Task, then use your mouse to select one line of text from the quote box below. The Task will extract the time and date. My end g...
by kunkel321
Sun Mar 22, 2020 6:59 pm
Forum: General Discussion
Topic: Have regex only return one item?
Replies: 2
Views: 5510

Re: Have regex only return one item?

Thanks Oleg! I actually did read that part of the manual... I guess I just needed an example before I could understand it. :mrgreen:
by kunkel321
Sat Mar 21, 2020 4:47 pm
Forum: General Discussion
Topic: Have regex only return one item?
Replies: 2
Views: 5510

Have regex only return one item?

Hi there, The Task at the bottom is meant to locate the time in a string of text, then save it to a variable for re-use. I don't want it to get all of the subexpressions though... I only want it to get "2:45pm." Ideas how to do this? EDIT: Actually, it looks like checking the "No Auto...
by kunkel321
Sat Mar 21, 2020 4:20 pm
Forum: General Discussion
Topic: Get IP Address?
Replies: 7
Views: 10140

Re: Get IP Address?

Thanks for the replies. The one Rukbunker indicated is the other number that I was referring to. I just assumed that was the "IP Address." EDIT: It's worth mentioning what I'm using this for... The public school district I work for uses different addresses for the different school building...
by kunkel321
Tue Mar 17, 2020 8:13 pm
Forum: General Discussion
Topic: Get IP Address?
Replies: 7
Views: 10140

Re: Get IP Address?

Thanks for the Task scrip Oleg! It's pretty slick. Oddly I'm getting different values from different sources. If myip.com gets my 'external' IP Address, is there also an 'internal' IP Address? I have a clunky Autohotkey script that shows the value of a local variable %A_IPAddress1%. It yields a diff...
by kunkel321
Mon Mar 16, 2020 3:16 pm
Forum: General Discussion
Topic: Licensing questions
Replies: 2
Views: 5091

Re: Licensing questions

Thanks Oleg. Ordered just now.
by kunkel321
Sun Mar 15, 2020 6:02 pm
Forum: General Discussion
Topic: Licensing questions
Replies: 2
Views: 5091

Licensing questions

Hi There, My scenario is that I'm a support person at a US public school. I have a laptop that is assigned to me by the school district. It is only used by me, so I don't need the server/client/whatever features. Given that public schools are not-for-profit organizations, and this is my "person...
by kunkel321
Sun Mar 15, 2020 5:47 pm
Forum: General Discussion
Topic: Get IP Address?
Replies: 7
Views: 10140

Get IP Address?

Hi there,
RoboNewbie here, Is there a command to get my IP Address and assign it to a variable? I want to programatically determine where my laptop is online at.
-steve