This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setregisteredscriptvar [2024/10/29 22:46] – File extension mention Vertu | 4rpl:commands:setregisteredscriptvar [2024/11/02 17:52] (current) – Fixed typo and reverted to previous version (.4rpl directory not needed) Vertu | ||
---|---|---|---|
Line 10: | Line 10: | ||
:!: Available in version 1.3 and later. | :!: Available in version 1.3 and later. | ||
====== SetRegisteredScriptVar====== | ====== SetRegisteredScriptVar====== | ||
- | SetRegisteredScriptVar(< | + | SetRegisteredScriptVar(< |
===== Description ===== | ===== Description ===== | ||
- | Sets the named variable on the specified registered script. If the registered script not exist, this call has no effect.\\ | + | Sets the named variable on the specified registered script. If the registered script not exist, this call has no effect. |
- | RegisteredScriptName must include the file extension (.4rpl). | + | |
| | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | SetRegisteredScriptVar(" | + | SetRegisteredScriptVar(" |
</ | </ | ||
< | < |