Hi…
There is a possibility that I can pass an ANYTYPE parameter in one of my routines.
As RS does not handle method overloading, I would like to create a procedure where I can pass either a ‘num’ or a ‘string’ without having to use optional parameters.
Something similar to ValToStr() where: ‘Val’ is of type ‘anytype’.
Thanks.