|
-
Jun 7th, 2000, 11:48 PM
#2
Hyperactive Member
You need to drop the program from the sub call and name it iysam() like so:
Your code now =
Sub program (choice as integer)
Your code should =
Sub iyam(Choice!)
Then you can pass any variable of the specified type to that sub.
Either that or change the name in the call to
Call program(2)
instead of
Call iysam(2)
...later
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|