Re: printing
lance@markv.com
Tue, 8 Feb 94 14:09:13 PST
> From nic.near.net!ctron.com!express.ctron.com!rydeen Tue Feb 8 12:37:28 1994
> Date: Tue, 8 Feb 94 13:39:53 EST
> From: "Michael J. Rydeen" <rydeen@express.ctron.com>
>
> Lance,
>
> It depends upon what you are trying to accoplish.
>
> 1. you can either use a '+' concatinate (sp) which will directly add whatever you want to the end of the word.
>
> (assume name is a string pointer to Lance)
>
> ie) print 'Hello world:' + name
> will print : Hello world:Lance
>
> or print 'Hello world: ' = name
> will print : Hello world: Lance
>
>
> Michael
>
What I want to do is this...
a = '1'
b = '2'
print a,
print ',',
print b
and have it come out as:
1, 2
not as:
1 , 2
as it does now...
--
Lance Ellinghouse lance@markv.com
UNIX Systems Support support@markv.com
Mark V Systems Limited Voice: +1 818 995 7671
FAX: +1 818 995 4267