Quote:
Originally Posted by Black Rose
If you can give me an example of the array and what values it could consist of, yes. Otherwise It's hard to give examples that you have to implement yourself.
But in general arrays are not more complicated than normal strings, they are basically the same. So if you have an array of strings like so: ArrayOfStrings[32][128]. And you want to edit the string of the 12th index, you can use copy(ArrayOfStrings[12], 127, "New string value of 12th index.").
|
no need for that for now...
i edited my post i would love it if you can help me with it
__________________