[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: means of print



Yeah, it works!!!!
-----Mensaje original-----
De: John Milardovic <milardj@SX.COM>
Para: SQR-USERS@list.iex.net <SQR-USERS@list.iex.net>
Fecha: Viernes, 28 de Enero de 2000 09:50 a.m.
Asunto: Re: means of print


>Try this:
>
>let $line = rpad(' ',20,' ')
>print 'Name : ' (+1,1)
>print $line (,+1) underline
>
>John Milardovic
>
>> -----Original Message-----
>> From: Michael Briand [SMTP:michael.briand@SYSECA-SEI.THOMSON-CSF.COM]
>> Sent: Friday, January 28, 2000 10:19 AM
>> To:   SQR-USERS@list.iex.net
>> Subject:      means of print
>>
>> i've just finish to read the sqrguide and i've don't find the means of
>> print
>> like this :
>>
>>                    title : ___________
>>
>> name       : ________      firstname : ________  age : ______
>>
>> profession : ________
>>
>> birthday : ___/___/___
>>
>>
>> etc ....
>>
>>
>> is it possible ?