getType() cmd
Publié : mar. févr. 26, 2019 2:15 am
Hello
The getType command is important, because it groups objects with similar characteristics, and in the case of a matrix array, it detects that it is a matrix and no list =), which Type cmd or subtype cmd does not, but I think that getType(3/4) must return "NUM" and no "OTHER"
getType( 5.0 ), getType( 5 ), getType( 3/4 ) [enter] "NUM", "NUM", "NUM" =)
The getType command is important, because it groups objects with similar characteristics, and in the case of a matrix array, it detects that it is a matrix and no list =), which Type cmd or subtype cmd does not, but I think that getType(3/4) must return "NUM" and no "OTHER"
getType( 5.0 ), getType( 5 ), getType( 3/4 ) [enter] "NUM", "NUM", "NUM" =)