Page 1 of 1

[Help-Pseudotypes] Mention input vs output parameters

Posted: Mon Aug 18, 2014 10:22 pm
by skywalk
FROM:
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.
TO:
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.