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

Home » Public Forums » archive » simple .sav doesn't work
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
simple .sav doesn't work [message #63901] Fri, 21 November 2008 07:22
loebasboy is currently offline  loebasboy
Messages: 26
Registered: August 2008
Junior Member
Hello,

at first I wanted to try out the command line arguments of the idl
virtual machine in combination with a simple summation program, just
to test it out...

PRO test_sav

cla = command_line_args(count = count)
a = cla[0]
b = cla[1]

c = a + b
header = string(c)
file = filepath('test.txt', root_dir='d:')
OpenW, lun3, file, /Get_Lun
PrintF, lun3, header
Free_Lun, lun3

END
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: AVIs for the Mac
Next Topic: SAV file call external function problem?

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

Current Time: Wed Oct 08 17:56:21 PDT 2025

Total time taken to generate the page: 0.00318 seconds