|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all. I only have one simple problem, i think is because of my weak concept of using array.
----------------------------------------------------------- (1) I have a textbox that contains just only numbers (2) Next, i wanna dump the numbers (that the textbox contains) into an array. (3) How do i do that? thanks for all your help... ![]() |
|
#2
|
||||
|
||||
|
you can do that using the generic Split function:
Code:
Dim myArray myArray=Split(myTextBox.Text, ",") assuming the numbers are comma separated. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Using Array --Help Thanks!! =) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|