11-27-2006, 04:57 PM
if i write this
function'str ARRAY(str)'d int'p
then function has 2 arguments: 1string array d and 1 integer p
and function return a string.
1. now if i want a function to RETURN a string array (ARRAY(str) ), what is the code?
2. can a function returns more than 1 result? for example return 2 strings ?
function'str ARRAY(str)'d int'p
then function has 2 arguments: 1string array d and 1 integer p
and function return a string.
1. now if i want a function to RETURN a string array (ARRAY(str) ), what is the code?
2. can a function returns more than 1 result? for example return 2 strings ?