Search found 7 matches
- Fri Feb 18, 2005 8:32 pm
- Forum: Technical / Scripting
- Topic: Error after compiling into .EXE , what happened?
- Replies: 4
- Views: 5586
- Fri Feb 18, 2005 6:49 pm
- Forum: Technical / Scripting
- Topic: Error after compiling into .EXE , what happened?
- Replies: 4
- Views: 5586
- Fri Feb 18, 2005 6:26 pm
- Forum: Technical / Scripting
- Topic: Error after compiling into .EXE , what happened?
- Replies: 4
- Views: 5586
Error after compiling into .EXE , what happened?
shouldn't the script work exactly the same, with the same timing after compilation? in my script, i open a Dialog box and show some instructions, and then asks for some input for user name and password. here is the code: // instruction message Dialog>Instructions Caption=Instructions Top=247 Width=4...
- Fri Dec 10, 2004 7:30 pm
- Forum: Technical / Scripting
- Topic: checking if variable is in date format?
- Replies: 19
- Views: 21283
- Fri Dec 10, 2004 5:59 pm
- Forum: Technical / Scripting
- Topic: checking if variable is in date format?
- Replies: 19
- Views: 21283
thanks for the quick reply. it seems to be working, up until i get to a record when it is not a date. when its not a date, the clipboard actually contains an excel cell, containing a number. and i get this error: Microsoft VBScript compilation error :1033 Unterminated string constant Line 222. Colum...
- Fri Dec 10, 2004 5:09 pm
- Forum: Technical / Scripting
- Topic: checking if variable is in date format?
- Replies: 19
- Views: 21283
- Fri Dec 10, 2004 5:07 pm
- Forum: Technical / Scripting
- Topic: checking if variable is in date format?
- Replies: 19
- Views: 21283
checking if variable is in date format?
hi, here is my situation: i have a script that goes to a menu item in a screen, and copies the contents. i use getclipboard> to put it into a variable A getclipboard>A if>A is a date format (eg. 8/22/2003 12:00:00 AM) goto>step1 else goto>step2 endif how would i be able to do this? the date always c...