sstack
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the SSTACK data type.
Value syntax
First value,Second value
Description
Stack of strings. From the point of view of scripting, there is no difference between an SSTACK and a MSTRING, the real difference is how this group of string is handled inside the logical engine. Setting a new value on an SSTACK means just adding new strings to the stack instead of replacing the field content.
Attributes
These are the attributes for SSTACK.
|
Attribute |
Attribute type |
Attribute description |
|---|---|---|
|
isModified |
sbool |
Set to True in the frame where the value of this field is modified. |
|
pop() |
sstring |
Removes the entry on the top of the stack and returns it. |
|
type |
sstring |
Returns the type name. |