| Examples:
In this example a four bytes will be read to variable val.
res = OpenFile(1,"D:\\file.txt","r")
if (res)
val = Read(1,4)
CloseFile(1)
EndIf
Return value:
If the function succeeds, the return value is True.
If the function fails, the return value is False. |