Search found 6 matches
- Thu Jan 19, 2012 4:19 am
- Forum: Beginners
- Topic: Timed Input Response
- Replies: 1
- Views: 3937
Timed Input Response
I cannot find an option for this. I see old posts requesting it, but I don't see if it is been implemented. I want to have an Input window appear. I will give them 15 minutes to press OK or Cancel. If OK, i restart the station, if cancel obvioulsy I don't. I don't see where I can put a timer so that...
- Mon Aug 30, 2010 2:43 pm
- Forum: Technical / Scripting
- Topic: Convert text to ASCII and back again
- Replies: 2
- Views: 4537
Convert text to ASCII and back again
All: Below, I have pasted code to a .vbs script I am using to try and change all of the little rectangles that appear in a text file when opened in windows after if the file was created on Linux or MACOSX. Basically, instead of breaking the line into separate physical lines, it creates a little rect...
- Fri Jun 18, 2010 2:38 pm
- Forum: Technical / Scripting
- Topic: Draw / display a box
- Replies: 5
- Views: 6442
Draw / display a box
I have a script looking in an imaginary box where I say the x and y start positions might be 0,0 their end positions might be 100,100. This will create a box for various functions. Is there a way to light that same square up? Perhaps, I could just tell a picture (colored box) to show up in the given...
- Fri Jun 04, 2010 4:31 pm
- Forum: Beginners
- Topic: Create arrItems from csv dynamically from the date field
- Replies: 1
- Views: 3155
Create arrItems from csv dynamically from the date field
TEMP0000005437,wakley,jesse,M,11/09/1956,Active,OUT See the example above, Sometimes the line may have a middle initial included, and other times it does not. Sometimes it has the last field 'OUT' and other times it does not. That throws the whole arrItems numbering out the door. Last name and First...
- Fri Jun 04, 2010 4:23 pm
- Forum: Beginners
- Topic: Replace tab with ',' and search for duplicates
- Replies: 5
- Views: 6299
Additional validation for date
Actually, I just realized this is the same project but basically a whole new post...I will post it fresh. TEMP0000005437,wakley,jesse,M,11/09/1956,Active,OUT What I just realized is that sometimes the line may have a middle initial, and other times it does not. That throws the whole arrItems number ...
- Thu Jun 03, 2010 12:54 am
- Forum: Beginners
- Topic: Replace tab with ',' and search for duplicates
- Replies: 5
- Views: 6299
Replace tab with ',' and search for duplicates
This post turned into more of a project than I anticipated. if nothing more, what is the best way to replace tabs with commas in this case and searching/identifying duplicates? Thanks ..... I am scraping several screens from an application and writing it to a text file. The file is essentially a tab...