Subroutine Local
Posted: Thu Jul 26, 2012 7:47 am
Hey there,
I am writing a subroutine that requires looking data up from a table. I tried to use "subroutine local" because I don't want the program to store any intermediate elements, but somehow I couldn't make it recognize that the table exists (I just refer to the table "TABLE(!i+1,1)" and it keeps saying that it is not defined. Does tables work within local subroutines? Please let me know. Thanks.
Tchaithonov
I am writing a subroutine that requires looking data up from a table. I tried to use "subroutine local" because I don't want the program to store any intermediate elements, but somehow I couldn't make it recognize that the table exists (I just refer to the table "TABLE(!i+1,1)" and it keeps saying that it is not defined. Does tables work within local subroutines? Please let me know. Thanks.
Tchaithonov