Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Frequently Asked Questions > Scripting
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-26-2007, 12:27 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
How can I test for the existence of a macro in script code?

VBScript:

Version #1 (look for a macro of any type with the given name)

Code:
If Not vbld_AllMacros()("MACRO_NAME") Is Nothing Then
  Builder.LogMessage "MACRO_NAME exists"
Else
  Builder.LogMessage "MACRO_NAME does not exist"
End If
Version #2 (look for a temporary macro with the given name)

Code:
If Not vbld_TempMacros()("MACRO_NAME") Is Nothing Then
  Builder.LogMessage "MACRO_NAME exists"
Else
  Builder.LogMessage "MACRO_NAME does not exist"
End If
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 On



All times are GMT -5. The time now is 09:54 AM.


Copyright © 1999-2023 Kinook Software, Inc.