[Gambas-user] Keyboard function skipped?

Benoit Minisini gambas at ...1...
Wed Jun 9 21:13:35 CEST 2004


On Wednesday 09 June 2004 18:27, danielcampos at ...282... wrote:
> VB has two functions : Lenb() is byte lenght, Len() is characters lenght,
> may be Gambas needs something like this!
>
> Regards,
>
> Daniel Campos
>

There is no assumption on the charset used by the system, contrary to Windows. 
So the function might be Len(String, Charset).

But the string functions of the language were only intended to work with 
ASCII, not with any other charset. So some others functions are needed. Maybe 
a String class with static functions.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list