Platforms to show: All Mac Windows Linux Cross-Platform

Back to StackStringMBS class.

StackStringMBS.IsEmpty as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Data Types MBS DataTypes Plugin 3.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns true if the stack is empty.
Example
dim s as new StackStringMBS

if s.IsEmpty then
MsgBox "IsEmpty ok"
else
MsgBox "IsEmpty failed"
end if

call s.Push "Hello"

if s.IsEmpty then
MsgBox "IsEmpty failed"
else
MsgBox "IsEmpty ok"
end if

(Read only property)

The items on this page are in the following plugins: MBS DataTypes Plugin.


The biggest plugin in space...