Hi
This might be a crazy question, but how does one determine a variable type programmatically?
Is it even possible?
Reason I'm asking is that I want to implement some rudimentary debug printing statements using a macro and fprintf
and instead of having to change the %Format depending on variable type, I could do it programmatically then the proper %Format option would be inserted.