[Gambas-user] RC2 split Function (same as in RC1, may be before also)

Charlie Reinl Karl.Reinl at ...9...
Mon Nov 8 20:43:47 CET 2004


Salut Benoit,

take that line :

Picture = Picture["gambas.png"]

and split here by "="  

from sLine = "Picture = Picture[\"gambas.png\"]

you get 
"Picture " and " Picture[\"gambas.png\"]"
"Picture" and "Picture[\"gambas.png\"]"
thats it, you should get .

The blanks left- and right from '=' should not be in the results.

NO?

Amicalment
Charlie






More information about the User mailing list