Supposing you want to "Add" to a string but more than once, how can you specify the "start at position" in multiple instances ie: String = aabb***d want it to be aa-bb-cc-dd etc.
the best I could come up with was to re-evaluate the new string over and over..gotta be simpler than that eh?
the best I could come up with was to re-evaluate the new string over and over..gotta be simpler than that eh?
Comment