Injects the script into the scripting tool.
[Visual Basic .NET] |
---|
Public Sub ScriptText( _ ByVal Script As String _ ) |
[C#] |
---|
public void ScriptText( string Script ); |
[Managed C++] |
---|
public: void ScriptText( String __gc ^ Script ); |
[Unmanaged C++] |
---|
public: HRESULT ScriptText( BSTR Script ); |
[Java] |
---|
public void scriptText( String Script ); |
[Python - STK API ] |
---|
def ScriptText(self, Script:str) -> None: |
- Script