DefObj Statement /text/sbasic/shared/03101700.xhp Sun Microsystems, Inc.
DefObj statement

DefObj Statement

Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sub DefObj_example Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Result is: Object 9 True False End Sub