Changeset 133
- Timestamp:
- Mar 5, 2007, 7:05:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/function.sbp
r132 r133 344 344 '------------ 345 345 346 Function Asc(buf As String) As Char346 Function Asc(buf As *Char) As Char 347 347 Asc = buf[0] 348 348 End Function … … 354 354 355 355 #ifdef UNICODE 356 Function AscW(s As String) As UCSCHAR356 Function AscW(s As *WCHAR) As UCSCHAR 357 357 If s.Length = 0 Then 358 358 AscW = 0
Note:
See TracChangeset
for help on using the changeset viewer.