30.05.2015, 16:23
You need to use new to declare a variable.
new VARIABLE_NAME = VALUE;
new VARIABLE_NAME;
You must any of the formats mentioned above.
If you are new to variables, check this.
new VARIABLE_NAME = VALUE;
new VARIABLE_NAME;
You must any of the formats mentioned above.
If you are new to variables, check this.
PHP код:
new File: ini_CurrentFile, // 340
ini_Temp[MAX_RECORD_LENGTH],
ini_OsLineEndLen = 2,
ini_OsLineEndChar[5],
bool: ini_FileOpen,
ini_KeyData[MAX_RECORDS][MAX_KEY_LENGTH],
ini_ValData[MAX_RECORDS][MAX_VAL_LENGTH];