vbscriptfinalbuilder

Cant set Variables in Final Builder using VBScript


I'm trying to use the RunScript Action in Final Builder and I can't seem to make any changes to variables e.g.

function OnExecute(Action, Action)

FBVariables.TestMyVariable = "42"

What am I doing wrong?


Solution

  • Using VBScript you can set the FinalBuilder value directly.

    MyTestVariable = "Hello World"

    No need to prefix it with anything.