hello
as a beginner i have a - probaply - simple problem :
defined some variables like s1 = 12, s2 = 134 and so on
now in a for...next loop i want do work with this variables. on each loop which is counted with "i" its necessary to take the specified variable. so on run one its s1, on run two its s2 and so on.
because i work with a case statement to extract all the variables (i need many on each loop) i've got an code-cross-boundary-warning. (pbp 2.4.4)
the question: is it possible to build the name of the variable on the run instead a stiff code part. some thing like "s" and counter i merged to the name of the variable "s1"? or is it possible to build an array with the values and to refernce the record on each loop?
sorry, i can't find any information on the pbp-compiler manual...
greetings & thanks for a help
Bookmarks