arrays
I can't understand how this code will behave:
PHP Code:
But it will be: Code:
szData[0]=="a"Code:
szData[0]=="a" |
Re: arrays
Code:
szData[0]=='a' |
Re: arrays
Quote:
|
Re: arrays
I think you need to read up on how strings work in Pawn so that you actually understand why it is what it is (this will help you in the future). For example, take a look at Part 2 here.
|
| All times are GMT -4. The time now is 11:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.