Double Array - Manual Defining
I'm trying to create a double array and define the values manually.
Code:
Does not work. I believe that is the way I could do it in PHP, but what is the correct format to do this in PAWN? |
Re: Double Array - Manual Defining
If it does not work, then pawn does not support string arrays.
|
Re: Double Array - Manual Defining
use [ small ] tags...
try this: (not tested) Code:
|
Re: Double Array - Manual Defining
Code:
#define MAX_STRINGS 2 |
Re: Double Array - Manual Defining
May be I need a triple array for this.
I want to place "users" in row 1, cell 0, I want to place "users.ini" in row 1 cell 1. You all eliminated what I tried to do in the code :-\. |
Re: Double Array - Manual Defining
Code:
|
Re: Double Array - Manual Defining
Quote:
|
Re: Double Array - Manual Defining
For the record, they're referred to a 2D-arrays (2 dimensional).
|
Re: Double Array - Manual Defining
Quote:
how loop through this kind of arrays without exact sizes (how check end of every dimension or how find out size of this) ? thx |
Re: Double Array - Manual Defining
|
| All times are GMT -4. The time now is 22:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.