Changeset 119 for Include/basic/command.sbp
- Timestamp:
- Feb 23, 2007, 11:00:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/command.sbp
r110 r119 6 6 7 7 8 Const _System_Type_ Char= 18 Const _System_Type_SByte = 1 9 9 Const _System_Type_Byte = 2 10 10 Const _System_Type_Integer = 3 … … 16 16 Const _System_Type_Single = 9 17 17 Const _System_Type_Double = 10 18 Const _System_Type_String = 11 18 Const _System_Type_Char = 11 19 Const _System_Type_String = 13 20 Const _System_Type_VoidPtr = 14 19 21 Const _System_MAX_PARMSNUM = 32-1 20 22
Note:
See TracChangeset
for help on using the changeset viewer.