[Gambas-user] System.User question
rocko
sunblaster5 at ...626...
Thu Jul 26 21:40:02 CEST 2012
I'm trying to print the user by using 'System.User' but I am
getting a 'mismatch' error.
CODE:
iusr = System.User
Print iusr
This also happens if I use a listbox to list the User.
In a gui app.
The System.User is a class right? so do have to convert it to string to
print?
Others like System.Host work fine, which I assume is also a class.
Not sure why i'm getting this error why would 'Host' work but not
'User'??
Using Gambas 3 on Ubuntu 10.10
More information about the User
mailing list