C
CHARLES_WALKER
In my database table I am holding a variable length item in a database
record; the item may be from two to six alphabetic characters long.
Trailiing spaces pad the item where required.
To print out the item in a report, the item itself is sandwiched between two
fixed-length items separated by an oblique stroke, (forward slash): -
***/variable length/***.
How can I suppress the trailing spaces in my variable length item when
printing results ?
Yours Sincerely,
CHARLES WALKER
record; the item may be from two to six alphabetic characters long.
Trailiing spaces pad the item where required.
To print out the item in a report, the item itself is sandwiched between two
fixed-length items separated by an oblique stroke, (forward slash): -
***/variable length/***.
How can I suppress the trailing spaces in my variable length item when
printing results ?
Yours Sincerely,
CHARLES WALKER