PDA

View Full Version : cut string



Ron
October 13th, 2002, 12:55 PM
string s;
string cs;
int len;
s="hello world";
len = strlen(s);
cs = cut(s,0, len-1);

chrisi
October 13th, 2002, 12:55 PM
May be a simple question...
How to cut the last char of a String.

???cut(string source, integer start, integer count)???
sory, I don't know how to use it.
:oops: