[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xloadct bug: UPDATECBDATA does not work
- Subject: Re: xloadct bug: UPDATECBDATA does not work
- From: davidf(at)dfanning.com (David Fanning)
- Date: Wed, 11 Oct 2000 05:15:38 -0600
- Newsgroups: comp.lang.idl-pvwave
- Organization: Fanning Software Consulting
- References: <39E432A5.8746DAD@best.ms.philips.com>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21671
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