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

Home » Public Forums » archive » help with appending strings
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: help with appending strings [message #89295 is a reply to message #89294] Thu, 14 August 2014 11:49 Go to previous messageGo to previous message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
No loops necessary! Two ideas:

myStrArr = 'C:\Users\string' + strtrim(indgen(360), 2)
myStrArr = 'C:\Users\string' + string(indgen(360), FORMAT='(i03)')


The format keyword is used to ensure all numbers have 3 digits (i.e. 001), so that sorting them is easier.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Is it possible to speed up the Interpolate command?
Next Topic: error with struct expression

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

Current Time: Fri Oct 10 10:09:21 PDT 2025

Total time taken to generate the page: 0.08639 seconds