sgs_GetStringSize(P) [functions]
sgs_SizeVal sgs_GetStringSize( sgs_Context* C, sgs_StkIdx item )
Return the string size of the specified stack item.
sgs_SizeVal sgs_GetStringSizeP( sgs_Context* C, sgs_Variable* var )
Return the string size of the specified variable.
- If item is out of bounds or not a string, 0 will be returned and ...
- in a debug build, one of the BreakIf macros will go off and stop the action.