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

Home » Public Forums » archive » Re: Is there any make_folder stuff like that in IDL?
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: Is there any make_folder stuff like that in IDL? [message #53513 is a reply to message #53508] Tue, 17 April 2007 09:07 Go to previous messageGo to previous message
Carsten Lechte is currently offline  Carsten Lechte
Messages: 124
Registered: August 2006
Senior Member
Christopher Thom wrote:
> for ii=0, 364 do file_mkdir, 'mynewdir'+strtrim(string(ii),2)

Better yet:

for ii=0, 364 do file_mkdir, 'mynewdir'+string(ii, format='(I03)')

to get nice lexical sorting properties.


chl
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDL DDE and ZEMAX
Next Topic: Annoying ROIs

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

Current Time: Fri Oct 10 20:03:56 PDT 2025

Total time taken to generate the page: 0.63973 seconds