23.10.2011, 21:02
Ok.
I have an empty array. Somehow I fill it ...
Next, I need to read a particular part of it.
This part is marked with two sides by |.
But the location of values in the array depends on the variable ...
string = "| sent | serinc | etc ...|"
If var = 1, then string = "sent". If 2, then string = "serinc"
I have an empty array. Somehow I fill it ...
Next, I need to read a particular part of it.
This part is marked with two sides by |.
But the location of values in the array depends on the variable ...
string = "| sent | serinc | etc ...|"
If var = 1, then string = "sent". If 2, then string = "serinc"