Hello all, I greatly appreciate these forums, I have learned a
great deal.
However, does anybody know how to declare a function so that it
will accept more than one type of variable?
I have written a function to create a hex string out of a number,
(I wrote one instead of the PB function because I need it to
return the leading zeros as appropriate.) Anyway, I would like
to be able to just pass it ints, words, longs, ... without the
bycopy statement? I guess it is mostly a personal irritation, but
I am looking for ideas.
Thanks guys,
Paul Harness
------------------
great deal.
However, does anybody know how to declare a function so that it
will accept more than one type of variable?
I have written a function to create a hex string out of a number,
(I wrote one instead of the PB function because I need it to
return the leading zeros as appropriate.) Anyway, I would like
to be able to just pass it ints, words, longs, ... without the
bycopy statement? I guess it is mostly a personal irritation, but
I am looking for ideas.
Thanks guys,
Paul Harness
------------------
Comment