Scripting clarification in FB

Hello,

I have a hard time to figure out how to use scripting options / properties in the FB. Here is an example: this is a part of the help from "Compile Visual Basic Project" : 

Scripting Info

The Action properties available are :
property ProjectFile : WideString
property OutputPath : WideString
property Conditionals: WideString

property ProjectName: WideString
property ProjectDescription: WideString
property ProjectHelpFile: WideString
property ProjectHelpContextID: integer
.....

The question is how to access this properties?  and where these properties accessble from?

Thanks,
Alex

Hi Alex

If you look at the IDE, in the bottom tabset there is a tab called “Script Editor” which is enabled when an action is selected in an action list. Each action has script events where you can write VBScript/JavaScript/PowerShell or IronPython Script (coming in 6.1). In the script editor, if you type Action. then you will see the properties of the action listed in the intellisense window.