[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xloadct bug: UPDATECBDATA does not work



pdesmedt (paul.desmedt@best.ms.philips.com) writes:
> if you found that the xloadct does not work with the UPDATECBDATA
> argument, try changing
> the     data specifier in the call_procedure
> Thus
>        CALL_PROCEDURE, updt_callback, DATA=*(p_updt_cb_data)
> 
> should be
> 
>          CALL_PROCEDURE, updt_callback, *(p_updt_cb_data)

Or, alternatively, you could leave the XLOADCT code
alone and write your procedure with a DATA keyword,
as the documentation suggests. :-)

Cheers,

David

-- 
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155