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 #47883 is a reply to message #47882] Tue, 07 March 2006 23:51 Go to previous messageGo to previous message
Jan Kristian Jensen is currently offline  Jan Kristian Jensen
Messages: 10
Registered: February 2006
Junior Member
justspam03@yahoo.de wrote:
> How does one create a string of fixed length, say a string consisting
> of 168 space characters?

And you could always apply brute force:

space = ' '
longspace = ''
for i = 0, 167 do longspace = longspace + space


Jan
--
Jan Kristian Jensen

Remove the obvious from the email adress to email me.
[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 19:35:28 PDT 2025

Total time taken to generate the page: 0.80804 seconds