Lua
C++
Edit

ExecuteString

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

Syntax

Parameter Description
source script code to execute

Returns

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

Example

#include "UltraEngine.h"

using namespace UltraEngine;

int main()
{
    ExecuteString("Notify('Hello!')");
}
Copyright © 2024 Ultra Software.
All rights reserved.