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

Home » Public Forums » archive » Re: Printing in one line
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: Printing in one line [message #70453 is a reply to message #70452] Mon, 12 April 2010 17:13 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Apr 12, 9:08 pm, fgg <fabioguimaraesgoncal...@gmail.com> wrote:
>> Here's an easy one. I have an array[5], y:
>
>> IDL> print, y
>> data = 1 2 3
>
>> and I'd like to make IDL print:
>
>> data = [1, 2, 3]


print,strjoin(y[0:1],' ')+' ['+strjoin(y[2:*],', ')+']'
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: IMAGE_STATISTICS for 3D Array
Next Topic: IDL license costs in europe?

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

Current Time: Thu Oct 09 23:59:57 PDT 2025

Total time taken to generate the page: 0.96050 seconds