[Gambas-user] Editor control

2012-07-16 Thread Valeriu
Hello! As defined in the control Editor, the string contains a red color and is Highlight.Breakpoint? Code: Dim strFile As String, Ret As String, cnt As String = "0", Er As String = " " Dim strc As String, Buf As String, arrstring As String, arr As String[], sText As String Dim i As Integer, con

Re: [Gambas-user] ListView - Multiselect

2012-06-27 Thread Valeriu
Bruce, thank you, everything is fine! Valeriu bbb888 wrote: > > On Wed, 2012-06-27 at 03:44 -0700, Valeriu wrote: >> Good day! >> >> How to select the selected items from the list ? >> Thank you. >> >> My code: ??? >> >

Re: [Gambas-user] ListView - Multiselect

2012-06-27 Thread Valeriu
Maybe I'm wrong explained. With my bad English ... In ListView i have marked for deletion from the list of multiple items. I want to get these items separately celebrated in a variable. How should i do? Any suggestions are accepted. Valeriu wrote: > > Good day! > >

[Gambas-user] ListView - Multiselect

2012-06-27 Thread Valeriu
Good day! How to select the selected items from the list ? Thank you. My code: ??? Dim i As Integer Dim ListGlobals As String ListGlobals = "" Select Message.Question("We delete the Global(s) " & File1.Item.Selected & ", yagree ?...", "Yes", "No", "Don't know") Case 1 'For i