> 2) A new set of native functions named Mk<XXX>$() to create a string from
> the
> memory representation of a value. For example, MkShort$(1234) returns
> Chr$(210) & Chr$(4) (on a little endian machine).
>

I'm updating GambasTester to handle new commands and features.

And I don't quite understand these new functions...
MkByte$(65) returns "A" which is expected if string is created with ascii
encoding.
But MkBoolean(True) returns "^A", and according to documentation boolean
value size is one byte
in memory. This string occupies two bytes?

But moreover, what is intended use of these functions?
Can you provide some hint of practical usage?

Jussi
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to