Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
Debug lista
Debug risultato
  • Loading branch information
eloaders committed Feb 4, 2012
1 parent 7f152bc commit fd0c9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SearchComment=False
SearchString=True

[OpenFile]
Active=1
File[1]=".src/Finfosys.form"
Active=2
File[2]=".src/Finfosys.class:134.40"
File[3]=".src/Global.class:50.56"
File[4]=".src/About.form"
Expand Down
2 changes: 2 additions & 0 deletions src/i-nex/.src/USB_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Public Sub _init()
riga = Split(righe[count], " ", "%%", True)
risultato = Replace(riga[0], " ", "")
lista.add(risultato)
Debug lista
Debug risultato
Next
Finfosys.ComboBox5.List = lista
Finfosys.ComboBox5.Index = 0
Expand Down

0 comments on commit fd0c9f3

Please sign in to comment.