Tiny C
#6

Hi mate I know what you mean, but you can relax there no pointers here .

What I have found is, although new var; works for integers and probably some
others without specifying type (as is fairly common in scripting), string need to be declared
like:

new string[64]; // 64 being how many characters.
Or
new string[] // No size specified, I think this is valid.

If you want to know more about PAWN specifically, their website has
a pdf document you can download, it should answer most questions where
there is confusion about differences of your usual environment and this one.
Reply


Messages In This Thread
Tiny C - by Deji - 25.09.2011, 18:30
Re: Tiny C - by Deji - 25.09.2011, 18:44
Re: Tiny C - by Deji - 25.09.2011, 19:13
Re: Tiny C - by dice7 - 25.09.2011, 19:48
Re: Tiny C - by Deji - 25.09.2011, 19:53
Re: Tiny C - by GrimR - 25.09.2011, 19:55
Re: Tiny C - by Deji - 25.09.2011, 20:01
Re: Tiny C - by Deji - 27.09.2011, 21:19
Re: Tiny C - by GrimR - 27.09.2011, 22:54
Re: Tiny C - by GrimR - 28.09.2011, 08:26

Forum Jump:


Users browsing this thread: 2 Guest(s)