[Gambas-user] Strange Code on Paste

Benoit Minisini gambas at ...1...
Thu Sep 1 20:10:37 CEST 2005


On Wednesday 31 August 2005 20:00, A Person wrote:
> Wednesday, 31 August 2005
>
> Good Day All . . .
>
> I was cutting and pasting some text in 1.0.10. The text was about TRY
> and OPEN a file and was about 12 lines long. When I pasted the text into
> my code the following showed up. The original code was replaced also by
> this.
>
> { TextBox1 TextBox
>    Move(0,0,248,32)
>    Font = Font["14"]
>    Text = ("")
> }
>
> My text bears no relationship the above. I think something went wrong. I
> CTRL+Z until the original text showed up and I tried to reproduce the
> problem but I was unsuccessful.
>
> FYI.
>
> Thanks.
>
> Paul
>

You thought you copied your text in the clipboard, but you didn't (I do that 
sometimes too...). So you pasted what was in the clipboard before, which is 
some Gambas IDE stuff.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list