Quote:
Originally Posted by SyS
incrementing string is out of logic (k++).That will print characters from beginning.For eg (Samp ,amp,mp,p)
If that's not what you getting then provide a proper test code to reproduce the same problem for analysing.
|
Quote:
Originally Posted by Dayrion
It simply print as : f_Info[factionid][fName][0], f_Info[factionid][fName][1], ... instead of f_Info[factionid][fName], f_Info[factionid][fDiminutive].
NB: The loop works correctly apart from the string values
|
^ That should answer you.