CODE:
-------------------------------------------
TYPE PlayerType
Names AS STRING * 12
G AS SINGLE
GS AS SINGLE
*******
*******
END TYPE
CALL A100NewRoster
CALL C100Search
SUB A100NewRoster
CLS
INPUT "Number of players: ", Players
DIM Player(1 TO Players)...
Hey, I would like to know th code for passing a a record from one sub program to another sub program.
Type Person
Name AS STRING *12
Age AS INTEGER
Money AS INTEGER
END TYPE
DIM MALE AS Person
How would I pass something hat that?
Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.