Changeset 214 for Include/basic
- Timestamp:
- Apr 15, 2007, 1:55:46 AM (18 years ago)
- Location:
- Include/basic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/command.sbp
r179 r214 266 266 267 267 Dim _System_UsingDblData[_System_MAX_PARMSNUM] As Double 268 Dim _System_UsingStrData[_System_MAX_PARMSNUM] As String268 Dim _System_UsingStrData[_System_MAX_PARMSNUM] As *Char 'TODO: 暫定対応(動作未確認) 269 269 Dim _System_UsingDataType[_System_MAX_PARMSNUM] As DWord 270 270 Function _System_GetUsingFormat(UsingStr As String) As String -
Include/basic/function.sbp
r208 r214 779 779 i64data=1 780 780 While i>=2 781 Val += i64data * TempPtr[i]781 Val += ( i64data * TempPtr[i] ) As Double 782 782 783 783 i64data *= &O10
Note:
See TracChangeset
for help on using the changeset viewer.