on 9/11/00 8:07 am, Heather Donahue at HeatherDonahue@... wrote:
> Is there an easy way to delete the extra spaces?
Address$ = MID$(STR$(gTmpAddr.bytes[0]),2) + "."
Address$ = Address$ + MID$(STR$(gTmpAddr.bytes[1]),2) + "."
Address$ = Address$ + MID$(STR$(gTmpAddr.bytes[2]),2) + "."
Address$ = Address$ + MID$(STR$(gTmpAddr.bytes[3]),2)
PRINT Address$
' I split it onto 4 lines only because of line breaks.
HTH,
Phil.