Hello all!
Are the memo and text functions from harbour limited to 256 characters per line as in clipper?
Hello all!
Are the memo and text functions from harbour limited to 256 characters per line as in clipper?
cTxtFile = MemoRead( cRCFile )
nFrom = 1
while nFrom < Len( cTxtFile )
cLine = ExtractLine( cTxtFile, @nFrom )
...
SysRefresh()
end