comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: create string of fixed length
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: create string of fixed length [message #47879 is a reply to message #47874] Wed, 08 March 2006 01:55 Go to previous messageGo to previous message
justspam03 is currently offline  justspam03
Messages: 36
Registered: October 2003
Member
Oj, I'm impressed. This is almost like
there's-more-than-one-way-to-do-it-Perl.
I think I like the replicate version best.
No, actually I like the
char *s = (char *) malloc(169 * sizeof(char));
for( i = 0; i < 168; i++ ) s[i] = ' '; s[168]='\0';
version best ;-)
Thanks!
O. (ducking away)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: About REGRESS.pro
Next Topic: Re: IDL Unix Color Problem

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 05:01:33 PDT 2025

Total time taken to generate the page: 0.00689 seconds