Very clever with the $1 syntax -- however I could find no mention
of this in my help file!
Search found 438 matches
- Mon Oct 31, 2011 7:36 pm
- Forum: Technical / Scripting
- Topic: Suggestion / Request
- Replies: 6
- Views: 8137
- Mon Oct 31, 2011 6:48 pm
- Forum: Technical / Scripting
- Topic: Help with stalled sctript
- Replies: 1
- Views: 3380
- Mon Oct 31, 2011 5:55 pm
- Forum: Technical / Scripting
- Topic: Suggestion / Request
- Replies: 6
- Views: 8137
Here is a method to study.
Code: Select all
//replace only first instance of pattern in string
Let>text=The apple is red. The sky is blue.
Let>pattern=....(is)....
RegEx>pattern,text,0,matches,num,0
StringReplace>matches_1,is,was,r2
Let>pattern=%matches_1%
RegEx>pattern,text,0,matches,num,1,r2,r
MessageModal>r
- Fri Oct 14, 2011 6:59 pm
- Forum: Technical / Scripting
- Topic: FTP (v12.1.10) with Windows Firewall
- Replies: 8
- Views: 11518
- Fri Oct 14, 2011 6:56 pm
- Forum: Technical / Scripting
- Topic: Find a value within multiple variables?
- Replies: 1
- Views: 3646
So for example: B23 is Monday Morning in Studio 1 B24 is Monday Morning in Studio 2 B25 is Monday Morning in Studio 3 B26 is Monday Morning in Studio 4 B27 is Monday Morning in Studio 5 etc down to B48 is Monday Morning in PP1 In the cells B23:B48 a persons name will appear but that name can only a...
- Fri Oct 14, 2011 6:39 pm
- Forum: Technical / Scripting
- Topic: Has Mail Changed
- Replies: 4
- Views: 6320
Try following this test procedure:
Telnet to Port 25 to Test SMTP Communication
http://support.microsoft.com/kb/153119
Telnet to Port 25 to Test SMTP Communication
http://support.microsoft.com/kb/153119
- Fri Oct 14, 2011 6:33 pm
- Forum: Technical / Scripting
- Topic: Find Higest Number on Webpage
- Replies: 3
- Views: 5332
- Thu Sep 22, 2011 1:17 pm
- Forum: Beginners
- Topic: Got to Text
- Replies: 8
- Views: 12759
From your screen shot it looks like you are running a terminal emulator program which is connected to a mainframe application. Many terminal emulator programs have the ability to capture the text which is displayed. Then macro scheduler could simply read this file and parse the ASCII text. Other ter...
- Fri Sep 09, 2011 2:27 pm
- Forum: Beginners
- Topic: Random Button Selection
- Replies: 2
- Views: 5724
- Fri Aug 19, 2011 7:12 pm
- Forum: Technical / Scripting
- Topic: How to transform a long path to a URL path
- Replies: 2
- Views: 4535
Take a look at this link: http://www.permadi.com/tutorial/urlEncoding/ Then try this: VBStart VBEND Let>LongPath=H:\TEMP\New Folder\tes\1 2 3\xxx\New File.txt StringReplace>LongPath,\,/,LongPath Length>LongPath,len MidStr>LongPath,3,len,strSub MidStr>LongPath,1,2,drive VBEval>escape("%strSub%"),escS...
- Wed Aug 17, 2011 11:17 am
- Forum: Beginners
- Topic: About HTTPRequest command
- Replies: 5
- Views: 16864
- Tue Aug 16, 2011 8:29 pm
- Forum: Beginners
- Topic: Entering a file name in an Export window
- Replies: 2
- Views: 8070
SetFocus>Export* Let>SK_DELAY=10 What I might suggest is: on the SetFocus command try to use more of the window title and eliminate the asterisk (if possible) this avoids the issue of multiple windows matching and the focus being given to the wrong one. Also you may need to experiment with the WF_T...
- Fri Aug 12, 2011 1:53 am
- Forum: Technical / Scripting
- Topic: Come for the Buttons, Stay for the Scripts?
- Replies: 2
- Views: 4246
- Fri Aug 12, 2011 1:47 am
- Forum: Technical / Scripting
- Topic: text in a varable to a number?
- Replies: 2
- Views: 4175
- Fri Aug 12, 2011 1:44 am
- Forum: Technical / Scripting
- Topic: Help with If/else regarding text in a box.
- Replies: 4
- Views: 6197