|
From: Tatsuro M. <tma...@ya...> - 2009-10-03 22:34:26
|
Hello
--- Thomas Sefzick wrote:
>
> copy GPVAL_Y_MAX into a user defined variable and save it:
> my_gpval_y_max = GPVAL_Y_MAX
> save var "|grep my_gpval_y_max | awk '{print \$3}' > file.dat"
I have got an idea in the following to see the above example
set print 'file.dat'
print GPVAL_Y_MAX
set out
Regards
Tatsuro
--------------------------------------
Yahoo! JAPAN - Internet Security for teenagers and parents.
http://pr.mail.yahoo.co.jp/security/
|