First, review this, and let me know if that helps.
http://faq.midrange.com/data/cache/185.html
Paying close attention to the case of your subprocedure name, etc.
Also, ensure that the size of SUFFIX and SKUNO match exactly the size of
CHAR and CHAR specified on your create function. Otherwise, you'll have
to use something like CASTing. This is called "overloading". You can
have two funtions with the exact same name in the same library but
different input parameter sizes. And when you call the function it will
know which one to use.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.