Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to create include and must include statments ?
$(Include=abc.txt);
$(Must_Include=def.txt);
The difference between include and must_include is that include will fail silently if the file is not found during script reload, while must_include will throw an error if the file is not found.
$(Include=abc.txt);
$(Must_Include=def.txt);
The difference between include and must_include is that include will fail silently if the file is not found during script reload, while must_include will throw an error if the file is not found.
To create :
Go to 'Insert' in the script editor, and then click 'Include Statement'. You'll then be asked to point to the location of the file you'd like to include, and the script will be made.