This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| root:strings [2010/11/10 10:40] – nchiap | root:strings [2010/11/10 12:01] (current) – nchiap | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| // e.g: remove S charachters form start and E from end | // e.g: remove S charachters form start and E from end | ||
| - | TString | + | TString |
| </ | </ | ||
| Line 19: | Line 19: | ||
| </ | </ | ||
| - | If your variable is a TString, you need to convert it first | + | If your variable is a TString, you need to pass the underlying char array |
| <code C++> | <code C++> | ||
| - | TString string = Form(" | + | TString string = Form(" |
| </ | </ | ||
| The function follows [[http:// | The function follows [[http:// | ||