Forum: [VBP] General Discussion
04-19-2011, 09:03 AM
|
Replies: 3
Views: 13,974
|
Forum: [VBP] General Discussion
04-19-2011, 07:56 AM
|
Replies: 3
Views: 13,974
Failure steps - default behavior
I am wondering why the default for failure steps is "all", -- it really seems that one would almost never want all failure steps to be run in the event of a failure.
Also...short of editing nearly...
|
Forum: [VBP] General Discussion
11-30-2010, 01:00 PM
|
Replies: 2
Views: 11,913
FTP retry
I am doing a FTP get, parsing LASTSTEP_OUTPUT looking for 0 file(s) transferred (case where file I want is not there yet, but I know it is coming.) Using script code I am setting Step.BuildStatus to...
|
Forum: [VBP] General Discussion
10-25-2010, 03:38 PM
|
Replies: 1
Views: 12,478
Modal dialog detection
VBP: I wonder if there is a way to detect when a modal dialog occurs (due to a crash, for example....asking if I want to debug).
I have put timeouts on the steps where this is likely to happen...
|
Forum: [VBP] User Tips, Tricks and Samples
10-22-2010, 10:15 AM
|
Replies: 0
Views: 30,754
Set Macro as array type
I had asked Support for a way to set a macro as an array type, the way "Read File" can. Such that one can later process that macro in vbscript and apply such functions as UBound to it.
Their...
|
Forum: [VBP] General Discussion
04-21-2010, 08:56 AM
|
Replies: 7
Views: 13,663
|
Forum: [VBP] General Discussion
04-20-2010, 03:31 PM
|
Replies: 7
Views: 13,663
|
Forum: [VBP] General Discussion
04-20-2010, 11:35 AM
|
Replies: 7
Views: 13,663
truly unfortunate. If this non-capturing group...
truly unfortunate. If this non-capturing group would work on "all matches" in the file instead of only the first one, I would not have to write all kinds of tedious code to compensate. oh well....
|
Forum: [VBP] General Discussion
04-20-2010, 11:15 AM
|
Replies: 7
Views: 13,663
|
Forum: [VBP] General Discussion
04-20-2010, 07:56 AM
|
Replies: 7
Views: 13,663
Read File step - regex question
I'd love to see an example of Read File using a regex with a non-capturing group. My step is matching the lines correctly, but even non-capturing groups are captured when I choose "Include all...
|
Forum: [VBP] General Discussion
04-16-2010, 08:18 AM
|
Replies: 2
Views: 11,391
|
Forum: [VBP] General Discussion
04-16-2010, 07:55 AM
|
Replies: 2
Views: 11,391
treating macro.Value as Number
I have two macros, say a=100 and b=99. vbld_iif is used to compare them, as in
[ vbld_iif(Application.Macros(...)("a").Value >
Application.Macros(...)("b").Value, "true", "false")]...
|