Aug 18, 2003 #1 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
Aug 18, 2003 1 #2 Kliot Programmer Joined Jan 10, 2003 Messages 622 Location US Yes, you have to assign the array as a type, then you can pass it to the procedure. type ar = Array[] anytype endType Perrin Upvote 0 Downvote
Yes, you have to assign the array as a type, then you can pass it to the procedure. type ar = Array[] anytype endType Perrin