awishformore Wrote: > Ah yeah, I guess I should have mentioned. I'm only working with D2 at > the moment, so it is D2 right now (because of the use of string). > However, it should be straight forward to replace all string occurrences > with char[] to get it to work on D1. I'm pretty sure that's the only > issue stopping it from working on D1.
D1 has 'string' defined as char[] so there is no need to replace it, and it should not be replaced.
