Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved]Does function exists?
#14
In your case this can be used probably.

Function Function137
Code:
Copy      Help
function [str&_Resstr] [ARRAY(str)&_Resarray]

ARRAY(str) _a
if(!&_Resarray) _a=_Resstr; &_Resarray=_a ;;convert str to ARRAY and set _Resarray to be reference to _a

int i
for i 0 _Resarray.len
,str& r=_Resarray[i]
,out r
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)