Talkback #1 written by gannon on 2004-09-01.
No but there is a easy work around. First you need a global struct of the same type as the one you want to pass. Before you call the function copy the info of the struct into the temp struct. Then call the function that you to pass the struct to and have it use the temp struct. After it returns copy back the info from the temp struct to your struct. This will give you something like pass by reference (some differences but if you use the temp struct in everything you call before it returns you will be fine). Some real programming lang even use this way.
Doc Nav |
![]() |
Your docs |
![]() |