Search found 1 match

by yunbg1
Thu Oct 19, 2023 11:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question. Please help.
Replies: 2
Views: 317

I have a question. Please help.

Hello All.

If you know why this code doesn't work,
please let me know. Did I do something wrong ?





#include "FiveWin.ch"

//--------------------------------
FUNC Main()

Test()

RETU NIL

//--------------------------------
FUNC Test()

crc := CRC(chr(5)+chr(1)+chr(251)+chr(20)+chr(2)+chr(3 ...