Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Arrays into Procedures? 1

Status
Not open for further replies.

SercoSteve

Programmer
Joined
Sep 25, 2002
Messages
44
Location
GB
Is it possible to pass an array of strings into a Paradox procedure?

Regards

Steve

 
Yes, you have to assign the array as a type, then you can pass it to the procedure.

type
ar = Array[] anytype
endType

Perrin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top