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