Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagevb
titleVBScript
BuildType = "Full"

 

 

Code Block
languagejs
titleJavascript
BuildType == "Full"

 

...

Code Block
languagepowershell
titlePowershell
$FBVariables.GetVariable("BuildType") -eq "Full"