recordof | |
ACTION: |
return record of compound (UDT) variable
|
USE: |
obtain data for diagnostics or reflective programming
|
EXAMPLE: |
type vt long v,double d dim as vt v : r=recordof v |
RESULT: |
r=" v 0 4 1 A0 , long d 4 4 1 A0 , double " |
REMARKS: |
use #recordof to display the record during compilation. |
RELATED: |
#recordof
prototypeof
sizeof
offsetof
spanof
typeof
typecodeof
#recordof
|