supposed I have 3 ints in a struct called trois_int which holds the data
entered in from a dialog box.

would i just return this structure from a function.

MyData = make_dialog_go_now(); 
or would I have to pass the data variable in the function
make_dialog_go_now(MyData);

Any suggestions or examples?????

Sean Cody (aka NullStream) 
[EMAIL PROTECTED] (SCHOOL)
[EMAIL PROTECTED]      (HOME)
[EMAIL PROTECTED]           (WORK)  

"If God's my witness then God must be blind."
        Garbage - As Heaven Is Wide

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to