Hello. I'm wondering if there's any way at run time to determine the format of a variable. I'm looking to find the display width of a character parameter passed into a procedure.
I'm unable to 1) find any way to do this via searching google / this forum. 2) unable to find a way to render the variable so that it implicitly uses it's formatter, which would be a roundabout way of, at least, finding the width.
It looks like variable formatters are only used at compile time to assemble frames etc - at run time the information is lost?
I'm unable to 1) find any way to do this via searching google / this forum. 2) unable to find a way to render the variable so that it implicitly uses it's formatter, which would be a roundabout way of, at least, finding the width.
It looks like variable formatters are only used at compile time to assemble frames etc - at run time the information is lost?