On Thursday 18 December 2003 18:57, Bo wrote:
Hi All,
I added the following two lines in ser.cfg.
strip(0);
try strip(1)...here you are just telling it to strip zero digits
prefix("99");
The purpose is to strip the leading '0' first then add the prefix '99'. But it just added '99' and didn't strip the '0'. Does the command 'strip' still work?
Thanks, Bob