I have read the following thread and it was helpful:
thread314-1047741
Not sure how to do this:
I am scoring a psychological measure. There are different percentile scores based on raw scores that vary by age and gender. I have input statements for all the questions. I then have qbasic go to subs based on age and gender to retrieve their % rank (2 genders, 5 age ranges = 10 different sub routines). It gets WAY too big. There are thousands of % I have entered in these subroutines and I run out of memory. How do I put each of these subroutines in seperate files and call each of these seperate programs so I don't run out of memory? I have put so much time in entering these values, I really would love to see it work out. Thanks.
thread314-1047741
Not sure how to do this:
I am scoring a psychological measure. There are different percentile scores based on raw scores that vary by age and gender. I have input statements for all the questions. I then have qbasic go to subs based on age and gender to retrieve their % rank (2 genders, 5 age ranges = 10 different sub routines). It gets WAY too big. There are thousands of % I have entered in these subroutines and I run out of memory. How do I put each of these subroutines in seperate files and call each of these seperate programs so I don't run out of memory? I have put so much time in entering these values, I really would love to see it work out. Thanks.