Lua
C++
Edit

ExecuteString

This function executes a string of text instead of a file.

Syntax

ExecuteString(source)

Parameters

Returns

Returns true if the string was successfully executed, otherwise false is returned.

Example

-- Assume required libraries are already imported
ExecuteString("Notify('Hello!')")
Copyright © 2024 Ultra Software.
All rights reserved.