Where's the benefit ? Why not enter it directly ?
Describe the goal, not the step. Please check this ---> [here]
Search found 6 matches
- Sun Oct 31, 2004 9:17 am
- Forum: Enhancement Suggestions
- Topic: [Done] Ability to Choose Delimiter in GetFileList> Comman
- Replies: 7
- Views: 16298
Could GetFileList> be enhanced to let us choose our own delimiter? A bit like this ... StringSplit -------------------------------------------------------------------------------- Separates a string into an array of substrings using the specified delimiters. StringSplit, OutputArray, InputVar [, De...
- Sat Mar 06, 2004 5:42 am
- Forum: Beginners
- Topic: Installing an MS macro?
- Replies: 15
- Views: 24637
Check if any line of your code contains a trailing space character (especially the Goto/Label lines) . Label>loop isn't equal to Label>loop and therefore the Goto points to nowhere ... Something like this happens if you copy code from the forum. BTW: Use Excel to create a list/table and import it to...
- Sat Feb 01, 2003 11:31 pm
- Forum: Technical / Scripting
- Topic: Dialing in from XP
- Replies: 6
- Views: 13020
Yes, we've proposed to use rasdial. :) OK, "the sound of dialin" (Simon&Garfunkel) ... a) have you heard the tone before it starts dialin? If not, use a/some leading "," to get a delay before it starts to dial. b) run this on the commandline: rasdial /? to get help on the params (e.g. to authenticat...
- Thu Jan 23, 2003 6:47 pm
- Forum: Technical / Scripting
- Topic: Compiler
- Replies: 7
- Views: 13444
- Fri Jan 10, 2003 1:13 pm
- Forum: General Discussion
- Topic: Wait...
- Replies: 14
- Views: 24450
Hi, with IE you would get a status message at the statusbar (should be the same with NS) Loading Message = "Opening page ..." Successfully loaded = "Done" WaitPixelColor worked. There's a lower left (black) pixel at " D one" but not at " O pening page ..." The animated IE Logo turns into a static on...