[Help-Pseudotypes] Mention input vs output parameters
Posted: Mon Aug 18, 2014 10:22 pm
FROM:
TO:Help - Pseudotypes wrote:The pseudotypes can only be used with prototypes, interfaces and imported functions. The pseudotypes does the appropriate conversion only if it is necessary: for example using a 'p-ascii' pseudotype in an ascii compiled program makes no difference with regular string type.
Help - Pseudotypes wrote:The pseudotypes can only be used with prototypes, interfaces and imported functions. Input pseudotypes are converted only if necessary: for example using a 'p-ascii' pseudotype in an ascii compiled program makes no difference with regular string type. Returned pseudotype parameters are not translated back after a function call.