getproceduretext?

Jay Schille jayschille at gmail.com
Sun May 4 14:07:01 PDT 2008


Does anyone use getproceduretext, and does it work for you in Pan 5.5?

When I try this:

local oProcTxt, oDB, oProcName

define oProcTxt, ""
oDB="Venders"
oProcName=".Button"
getproceduretext oDB, oProcName, oProcTxt
message "This procedure is "+str(sizeof(oProcTxt))+ "bytes."

I get a "field or variable does not exist: oProcTxt" error message.

Changing the variables to fileglobal or even global makes no difference.
-- 
Jay Schille


More information about the Qna mailing list