10.12.2012, 15:07
Quote:
format is for strings, Houses[i][hAddress] = for a number like 43 or 13 or something like that.
The address is like: 4th Palin Street |
By adding a character count to hAddress on your enum defines, you allowed declaring it as a string. So to speak. Just try what I suggested with your original code (before dr.lozer's suggestion) and see how it works out.
You actually don't even need a new string like I originally said. 'address' is the parameter for /sethouseaddress, yeah? So just use
Код:
Houses[i][hAddress] = address