how can I use the .append of the string to add char?
sLoadFile.append(cTempo);
cTempo = char
sLoadFile = string
I tryed : sLoadFile.append((string)cTempo); but it doesn't work ?
Printable View
how can I use the .append of the string to add char?
sLoadFile.append(cTempo);
cTempo = char
sLoadFile = string
I tryed : sLoadFile.append((string)cTempo); but it doesn't work ?
Try: sLoadFile += cTempo;
thx :)
Just glad to be getting back to helping people and getting help after the forums DIED.
So did half the members apparently...
Not only the forum die, but my old account is dead to :(
:(
I just got logged out as well :-/