Changeset 288 for Include/basic
- Timestamp:
- Aug 15, 2007, 3:22:33 AM (17 years ago)
- Location:
- Include/basic
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/command.sbp
r281 r288 408 408 _System_GetUsingFormat = buffer.ToString(0, lstrlen(StrBPtr(buffer))) 409 409 End Function 410 */ 410 411 ' TODO: _System_GetUsingFormatを用意して実装する 411 412 Sub PRINTUSING_ToFile(FileNumber As Long, UsingStr As String) 412 413 Dim dwAccessByte As DWord … … 418 419 WriteFile(_System_hFile(FileNumber),buf,Len(buf),VarPtr(dwAccessByte),ByVal NULL) 419 420 End Sub 421 */ 420 422 421 423 Dim _System_FieldSize(255) As Long -
Include/basic/dos_console.sbp
r272 r288 71 71 #endif 72 72 End Sub 73 73 /* TODO: _System_GetUsingFormatを用意して実装する 74 74 Sub PRINTUSING_ToPrompt(UsingStr As String) 75 75 PRINT_ToPrompt(_System_GetUsingFormat(UsingStr)) 76 76 End Sub 77 77 */ 78 78 79 79 #endif '_INC_DOS_CONSOLE -
Include/basic/prompt.sbp
r272 r288 896 896 End Sub 897 897 898 /* TODO: _System_GetUsingFormatを用意して実装する 898 899 Sub PRINTUSING_ToPrompt(UsingStr As String) 899 900 ActiveBasic.Prompt.Detail.PRINT_ToPrompt(_System_GetUsingFormat(UsingStr)) 900 901 End Sub 902 */ 901 903 902 904 Macro LOCATE(x As Long, y As Long)
Note:
See TracChangeset
for help on using the changeset viewer.