Conestring¶
Copy the value of a flagstring to another.
Syntax¶
|clonestring,srcflagstring,destflagstring|
Parameters¶
srcflagstring
: int¶
The flagstring slot to copy. This must be a valid flagstring slot or an exception will be thrown.
destflagstring
: int¶
The flagstring slot to overwrite its value by srcflagstring
. This must be a valid flagstring slot or an exception will be thrown.