[gradsusr] Pass Data via the 'Return' Expression

Charles Seman Charles.Seman at noaa.gov
Tue Apr 20 17:21:12 EDT 2010


Mark,

Don't know if you have resolved this yet, but Bob Hart's "plotskew.gs" 
script has examples of what it appears that you want to do:
http://www.iges.org/grads/gadoc/library
ftp://grads.iges.org/grads/scripts/plotskew.gs

Hope this helps,
Chuck

Mark Sponsler wrote:
>
> I have a script that calls a second script (and passes some arguments 
> to it). That works fine. I'm trying to get the second script to return 
> some data back to the first script, but am having difficulty.  I use 
> the 'return' command to have the second script return control back the 
> first script, but cannot seem to get any variable data to pass with 
> it. It seems this is possible per the Grads documentation:
>
>  
>
>  
>
> To return from a function, use the |return| command:
>
>     |return /expression/|
>
>     The |/expression/| is optional; if not provided, a NULL string
>     will be returned. (A null string is: '') The result of the
>     function is the result of the expression specified on the return
>     command.
>
>  
>
> In the second script, the last line is:
>
>  
>
> return val1
>
>  
>
> Where val1 is a variable string
>
>  
>
> Just can't seem to get the first script to read the contents of 
> val1. Could always write the data to a file, but am looking for 
> something a little more elegant.
>
>
>  
>
> Any help would be appreciated,
> Mark
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>   

-- 

Please note that Charles.Seman at noaa.gov should be considered my NOAA
email address, not cjs at gfdl.noaa.gov.

********************************************************************
 Charles Seman                                Charles.Seman at noaa.gov
 U.S. Department of Commerce / NOAA / OAR
 Geophysical Fluid Dynamics Laboratory         voice: (609) 452-6547
 201 Forrestal Road                              fax: (609) 987-5063
 Princeton, NJ  08540-6649            http://www.gfdl.noaa.gov/~cjs/
********************************************************************

"The contents of this message are mine personally and do not reflect any
official or unofficial position of the United States Federal Government,
the United States Department of Commerce, or NOAA."




More information about the gradsusr mailing list