Script$

 

Interprets the result of a script as string. This function is not available for all applications.

Parameter:

String               Script language (e.g. 'CSharpScript', 'VBScript')

String               Code

Boolean                       (optional) Function

Return value:

String

Example:

Script$("CSharpScript", LoadFile$(ProjectPath$(False) + "Script.cs"))