Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: kinook
Forum: [VBP] General Discussion 06-26-2009, 02:16 PM
Replies: 9
Views: 9,279
Posted By kinook
VBP doesn't allow spaces in a macro name (and...

VBP doesn't allow spaces in a macro name (and Perl is a case-sensitive language, so $ABC would not be defined in the sample code). The attached sample uses the first character of the match for the...
Forum: [VBP] General Discussion 06-26-2009, 12:49 PM
Replies: 9
Views: 9,279
Posted By kinook
That works ok in my tests:@myNames = ('Larry',...

That works ok in my tests:@myNames = ('Larry', 'Curly', 'Moe');
foreach (@myNames)
{
$abc = $_;
$Application->Macros(vbldMacroTemporary)->Add($abc, $abc);
}Creates three temporary macros with...
Forum: [VBP] General Discussion 06-26-2009, 11:03 AM
Replies: 9
Views: 9,279
Posted By kinook
I'm not sure exactly what you mean by "if i dont...

I'm not sure exactly what you mean by "if i dont use quotes then VisualBuild assing my scalar as a VALUE to my macro".

This does what I would expect (assigns the value '123' to the ABC temporary...
Forum: [VBP] General Discussion 06-25-2009, 02:29 PM
Replies: 9
Views: 9,279
Posted By kinook
Sorry about that. See new attachment. ...

Sorry about that. See new attachment.

Results here when building with VBP 7.1 and ActivePerl 5.10.0.1005 on Win XP SP3:

6/25/2009 1:28:51 PM: --------------------Starting Build:...
Forum: [VBP] General Discussion 06-25-2009, 02:07 PM
Replies: 9
Views: 9,279
Posted By kinook
Attached.

Attached.
Showing results 1 to 5 of 5

 

All times are GMT -5. The time now is 11:12 PM.


Copyright © 1999-2023 Kinook Software, Inc.