Size ( s$ )

Returns the size of a string in bytes.

NOTE: This is different from Len(). Len() counts all unicode characters as 1 character and Size() will consider how many bytes each character is.

Example:
     Size ( "hello world" )