|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
VB: strtok() in C. what is it in VB?
haluuuuu....
pardon my stupidity but i would like to ask what is the equivalent strtok() function in C to a certain function in VB.Net hehehe... thanx in advance member, ayan |
|
#2
|
|||
|
|||
|
halu guys,
i think i solved it. this is it (i think)... dim s as string=textbox1.text dim ss() as string ss=split(s," ") dim i as integer=0 listview1.items.clear for i=0 to ss.length-1 listview1.items.add(ss(i)) next thanx and best regards, ayan |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > VB: strtok() in C. what is it in VB? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|