Jan 18, 2002 #1 CindyCSCK Programmer Joined Jan 15, 2002 Messages 4 Location DE How many values does a function return to the calling program?
Jan 18, 2002 #2 Zyrenthian Programmer Joined Mar 30, 2001 Messages 1,440 Location US It returns one value but you could return a struct with multiple values set OR pass things in by reference and set them in the funciton Matt Upvote 0 Downvote
It returns one value but you could return a struct with multiple values set OR pass things in by reference and set them in the funciton Matt
Jan 18, 2002 Thread starter #3 CindyCSCK Programmer Joined Jan 15, 2002 Messages 4 Location DE Thanks Upvote 0 Downvote