I need call a function ,
send value for reference, for example

I need get value with variable HelStr

struct void hello()
{
    Char HelStr
    // How to call and get the value asign into TransfStr function and save
into HelStr ?????


}

struct void TransfStr( Char HelStr)
{
    StrCopy (HelStr, "Hello HelStr");
    return 0;
}








-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to