[Gambas-user] how cut a line in editor?

Charlie karl.reinl at ...9...
Fri Oct 22 18:59:00 CEST 2004


daniel.campos at ...338... schrieb:

>No way to do it (by now). 
>
>Regards,
>
>D. Campos
>
>Salut Daniel,
>
>
>
>no you are wrong,  and the attached code shows that Alberto is right.
>
>
>
>PUBLIC SUB btnOK_Click()
>PRINT ">" &
>TextLabel1.Text &
>"<"
>IF TextLabel1.Text <>
>"I try it " THEN
>  TextLabel1.Text   = 
>  "I " &
>  "try " & 
>  "it "
>ELSE
>   TextLabel1.Text =
>   "It " & 
>   "works " &
>   "fine "
>ENDIF
>END
>
>This code works, but if you place a breakpoint at '"works " & ' you never will reach it.
>And it will be horrible to debug code like that, because the compiler has made
>one line of that, but you don't see it.
>
>So I'm not shure if it is a bug or a feature ?? ( or where is what a bug / feature )
>
>Amicalement
>Charlie
>  
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ShowModalTest-0.0.1.tar.gz
Type: application/x-tar
Size: 866 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20041022/731066e8/attachment.tar>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eNew10.jpg
Type: image/jpeg
Size: 32467 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20041022/731066e8/attachment.jpg>


More information about the User mailing list