[Gambas-user] paste to the gambas editor
Rizky Tahara Shita
rizky at ...225...
Sat Feb 7 06:30:41 CET 2004
i'm typing gambas code in kwrite with the structure like this:
public form_open()
Message ("test")
end
i use tabspace before syntax Message ("test")
now i want to copied and paste that code to gambas editor, what did i get ?
PUBLIC form_open()
0Message ("test")
END
there... i got unknown characters (i replace that unknown character with '0', since kmail translated it to tabspace character correctly)
something wrong ???
More information about the User
mailing list