Search found 63 matches

by Niroj@Work
Mon Dec 14, 2009 7:17 am
Forum: Technical / Scripting
Topic: Shared Variable scopes for dependent compiled scripts
Replies: 6
Views: 5997

Macro Vs Include and Precautions before & after compilat

Hi, Can't we use MACRO instead of Include here? Can I try Macro>b.scp /a to do the same? (So that I can avoid the variable collisions) I tried Include>b.s cp in a.scp. (But it didnt work) But after I tried Include>%SCRIPT_DIR%\b.scp . Do we need to mention %SCRIPT_DIR% before calling any macro(even ...
by Niroj@Work
Fri Dec 11, 2009 4:44 am
Forum: Technical / Scripting
Topic: Shared Variable scopes for dependent compiled scripts
Replies: 6
Views: 5997

Got it! But did not understand the variable scopes

Thanks..

But how to distinguish between the local variables with same name? Is there any provision to avoid collision like we use scope resolution operator in different languages?
by Niroj@Work
Thu Dec 10, 2009 8:38 am
Forum: Technical / Scripting
Topic: Shared Variable scopes for dependent compiled scripts
Replies: 6
Views: 5997

Shared Variable scopes for dependent compiled scripts

Hi All, I am totally new to Macro Scheduler. I don't have much time to explore it also:( . But I used some similar kind of tool before and found difficulties after compiling the scripts to execuatble (so that it can run on any machine). Suppose I have two scripts A.scp and B.scp. A.scp calls B.scp i...
Sign up to our newsletter for free automation tips, tricks & discounts