Login | Sign Up
 





 
AutoLISP Function Detail
Name: type

Syntax:
(type item)

Description:
Returns the data type of the item.

Data Type Description
REAL Floating or decimal number
SUBR Internal function
FILE File pointer (or descriptor)
EXSUBR External function
STR String
PICKSET Selection set
INT Integer
ENAME Entity name
SYM Symbol
PAGETB Function paging table
LIST List (or user function)


Example(s):
(type "Hello World!")
STR