Database buffer is like an array already. Why do you want to copy it into another array? Answering your question, arrays are not supported in JAL, you can either use lists or use VBScript jobs that provide true array support. To use lists, code somethin like below ForNext i,1,10,1,NEXT DatabaseGet i,1,ret_value ConcatEx my_list,ret_value,",",my_list NEXT: : Hello, : I would like to write somethingg simular to : for i=1 to 10 : DatabaseGet i,1,ret_value[i] : next : Thanks, : Gennadiy
|