Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] General Discussion
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-17-2006, 12:51 PM
Shiamak Shiamak is online now
Registered User
 
Join Date: 02-07-2006
Posts: 84
How do u retain the value of a GLOBAL variable

Hi,

I have a MACRO that gets set upon sucess or failure of the STEP
Sub vbld_StepDone()
if (step.BuildStatus = 0) Then
'bBuildStatus = "Success"
vbld_AllMacros().Item("CONFIG").Value)
vbld_AllMacros().Item("bBUILDSTATUS").Value = "SUCCESS"
STATUS = "SUCCESS"
else
vbld_AllMacros().Item("bBUILDSTATUS").Value = "FAILED"
STATUS = "FAILED"
End If
End Sub

STATUS is declared as a GLOBAL var in the begning (Global section of the script).

But when I try to access the value of STATUS in another MACRO (say "Logg Message") e.g %STATUS% is equal to "SUCESS" or "FAILED", the VisualBUILD Pro always says the condition is evaluated as FALSE ?

Thanks for your help.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 01:43 PM.


Copyright © 1999-2023 Kinook Software, Inc.