This shows you the differences between two versions of the page.
— |
gemus_script_reference:functions:clear_clp [2020/05/12 11:26] (current) Jimbo created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Back to [[.:|Script Function Reference]] | ||
+ | ====== Clear_CLP() ====== | ||
+ | |||
+ | The Clear_CLP() function clears the contents of the emulator's command line (previously set with [[.:add_clp|Add_CLP()]] or [[.:add_clp2|Add_CLP2()]]). | ||
+ | |||
+ | ===== Syntax ===== | ||
+ | |||
+ | <code>Clear_CLP()</code> | ||
+ | |||
+ | ===== Arguments ===== | ||
+ | |||
+ | None | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | <code> | ||
+ | Clear_CLP() | ||
+ | </code> | ||
+ | |||
+ | ===== Remarks ===== | ||
+ | |||
+ | You probably won't need this much, unless you are running two emulators, one after the other, or something similar. | ||
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | * [[.:add_clp|Add_CLP()]] | ||
+ | * [[.:add_clp2|Add_CLP2()]] | ||
+ | * [[.:edit_clp|Edit_CLP()]] | ||
+ | * [[.:|Script Function Reference]] |