hi
how to define functions
i tried to define as local external function as follow
- public function boolean isdatecolumn (string ascolname);
- string lsDescribe
- lsDescribe = this.Describe ( asColName + '.coltype' )
- return (lsDescribe = 'date' )
- end function
but compiler error
must specify either library or rpcfunc ??
note.
i don,t use pfc in my app