memcmp(s1 as any ptr, s2 as any ptr, n as size_t) as integer
Compare two buffers.
What does the return value mean?
memcmp(s1 as any ptr, s2 as any ptr, n as size_t) as integer
Compare two buffers.
Code: Select all
Select Case x
---Case 1
------y=1
------Case 2
---------y=2
End Select
If y=0 then
---z=0
---Else
------z=1
End If
Code: Select all
Print "I will wait 4 seconds..."
Sleep 4000
Print "Press any key to continue"
GetKey
Print "Hey! My keyboard buffer is empty!"
Code: Select all
Color Green, Black
Print "Current Date: ……"
Code: Select all
Color Black, Green
Input A