Changeset 208 for Include/basic
- Timestamp:
- Apr 7, 2007, 10:20:40 PM (18 years ago)
- Location:
- Include/basic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/function.sbp
r203 r208 528 528 529 529 Function Space$(length As Long) As String 530 Space$.ReSize(length, &H20 As StrChar)530 Return New String(&h20 As StrChar, length) 531 531 End Function 532 532 -
Include/basic/prompt.sbp
r192 r208 509 509 510 510 '強制的に終了する 511 E xitProcess(0)511 End 'ExitProcess(0) 512 512 513 513 EnterCriticalSection(_PromptSys_SectionOfBufferAccess) … … 522 522 DeleteCriticalSection(_PromptSys_SectionOfBufferAccess) 523 523 524 E xitProcess(0)524 End 'ExitProcess(0) 525 525 End Function 526 526
Note:
See TracChangeset
for help on using the changeset viewer.