I'm writing an MCF prog, and I need to convert an ansistring to a cstring, but it seems to lose the last letter--
Code:
char* S = input->Text.c_str(); Label1->Caption = S;
Comment