This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:setregisteredscriptvar [2024/10/30 02:46] – File extension mention Vertu | 4rpl:commands:setregisteredscriptvar [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| 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(" |
| </ | </ | ||
| < | < | ||