Re: xloadct bug: UPDATECBDATA does not work [message #22007] |
Wed, 11 October 2000 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
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
|
|
|