Platforms to show: All Mac Windows Linux Cross-Platform

Back to StackVariantMBS class.

StackVariantMBS.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 StackVariantMBS

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

call s.Push 5

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...