[Gambas-user] (no subject)

Werner werda at ...1000...
Sat Oct 1 03:31:58 CEST 2005


Steve Starr wrote:

>Anyone wan't to tell me how i get a QuoteDbl into TextArea?
>The gambas code editor gets mad if i try to do thid TextArea.Text = (" " ")
>
>Thanks
>
>  
>
Assuming you want to display this:   "

have you tried this:  " \" "  ?

The backslash is the escape character.
Werner






More information about the User mailing list