View Single Post
  #2 (permalink)  
Old 05-22-2003, 09:08 AM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Capturing out parameters with FFish script

Sorry, SWFKit doesn't support capturing out parameters(It can only do it in an event handler).

You should modify the method to GetRecNameByNum or GetRecTimeByNum, and change the type to [out, ret].

Or you must write another object to encapsulates its methods.
Reply With Quote