thx!
Search found 3 matches
- Sun Aug 17, 2003 9:48 pm
- Forum: Coding Questions
- Topic: how can i find defined variables "var_1,var_2... ->
- Replies: 4
- Views: 1569
- Sat Aug 16, 2003 10:48 am
- Forum: Coding Questions
- Topic: explode (split) content of a variable?
- Replies: 3
- Views: 1906
explode (split) content of a variable?
in php i can split a variable by using
$variable = explode("ter_to_search_for",$variable)
then the variable becomes an array with all the split parts in it.
how can i do this in purebasic?
big thx and stay tuned!
j0sh
$variable = explode("ter_to_search_for",$variable)
then the variable becomes an array with all the split parts in it.
how can i do this in purebasic?
big thx and stay tuned!
j0sh
- Sat Aug 16, 2003 10:46 am
- Forum: Coding Questions
- Topic: how can i find defined variables "var_1,var_2... ->
- Replies: 4
- Views: 1569
how can i find defined variables "var_1,var_2... ->
hello.
how can i find all the variables that are set on "1" as content with the root name "var_" and then a number?
var_1, var_2, var_3,var_4...var_100...var_XXX
thx for help!
j0sh
how can i find all the variables that are set on "1" as content with the root name "var_" and then a number?
var_1, var_2, var_3,var_4...var_100...var_XXX
thx for help!
j0sh