Click here to Skip to main content
15,920,110 members

Comments by Redd (Top 7 by date)

Redd 7-Mar-18 17:09pm View    
thank you very much sir Richard :) ill try this code thank you so much! :)
Redd 7-Mar-18 8:22am View    
this is my sample I'm so sorry i'm really terrible on explaining hehe give me more patience
Dim value As String = "500,12,600,23,400,13.........."
x = textbox1
y = textbox2
this my problem i want to split it like this one
textbox1 = 12,23,13
textbox2 = 500,600,400
thank you very much sir for you reply im so sorry for how i explain :( i hope you understand my english :) thank you sir
Redd 7-Mar-18 8:22am View    
Deleted
this is my sample I'm so sorry i'm really terrible on explaining hehe give me more patience
Dim value As String = "500,12,600,23,400,13.........."
x = textbox1
y = textbox2
this my problem i want to split it like this one
textbox1 = 12,23,13
textbox2 = 500,600,400
thank you very much sir for you reply im so sorry for how i explain :( i hope you understand my english :) thank you sir
Redd 7-Mar-18 8:21am View    
Deleted
this is my sample I'm so sorry i'm really terrible on explaining hehe give me more patience
Dim value As String = "500,12,600,23,400,13.........."
x = textbox1
y = textbox2
this my problem i want to split it like this one
textbox1 = 12,23,13
textbox2 = 500,600,400
thank you very much sir for you reply im so sorry for how i explain :( i hope you understand my english :) thank you sir
Redd 7-Mar-18 7:50am View    
They are not fixed size sir it was from sensor each data was sent to my textbox and they are integer sir :)