Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to find Unknown 'x' when Building Project
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Unable to find Unknown 'x' when Building Project
Miscellaneous
Thread ID:
00051601
Message ID:
00051601
Views:
85
I get the following error when trying to rebuild my project "Unable to find unknown ASTUVAL". I have a prg that gets passed an array by reference. I must not be declaring something right? I don't know.

Anyway in the prg I have the parameters statement: parameters nAcct, nSub, aStuVal, I use the array normally like aStuVal[1] = aStuVal[1] + x.

I call the prg in the following manner: do calc_student_val with (student.stu_acct), (student.stu_sub), aStuVal.

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform