i need create something like this
Code: ags
But i cant find the way. I remember i read something about this some weeks ago, with some one posting about one way to create functions which returns strings , but i was unable to find the topic. Please, any help is very usefull.
Jp
function whatever()
{
String Resultado;
...
code...
...
return Resultado
}
But i cant find the way. I remember i read something about this some weeks ago, with some one posting about one way to create functions which returns strings , but i was unable to find the topic. Please, any help is very usefull.
Jp