View Single Post

   
  #1 (permalink)  
Old 04-08-2008, 10:07 AM
talk2paras@gmail.com
 
Posts: n/a
Default how to copy value of an in out parameter from calling procedure

I am calling a procedure(order) from a calling procedure (caller).
Order uses an In out parament (Ser_no)

Order is supposed to return a serial number.

how can i copy the value returned by Order to a local variable of
Caller.

thanks.

Reply With Quote