strmem - luxembourg/muxcode-clm GitHub Wiki
STRMEM()
FUNCTION: strmem(<string>)
Returns the number of bytes required to store <string> in memory.
Example: > say strmem(This is a test) You say, "14" > say strmem(Would you like coffee, or perhaps tea) You say, "37"
Related Topics: strlen