Y_master
#1

How do i define and use functions with a string as the return.

With this i have one error in the main script ( argument type mismatch) (no errors in FS):

Код:
foreign getSomeString();

global getSomeString() {
 new test[20];
 test = "This is a test";
 return test;
}
Reply


Messages In This Thread
Y_master - by detter - 26.08.2015, 20:40
Re: Y_master - by detter - 27.08.2015, 20:50
Re: Y_master - by Crayder - 27.08.2015, 20:55
Re: Y_master - by detter - 27.08.2015, 21:39
Re: Y_master - by Crayder - 27.08.2015, 22:19
Re: Y_master - by Ahmad45123 - 27.08.2015, 22:36
Re: Y_master - by Crayder - 27.08.2015, 22:48
Re: Y_master - by detter - 28.08.2015, 03:55

Forum Jump:


Users browsing this thread: 1 Guest(s)