Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Tue Jan 22, 2002 2:21 am Post subject: |
|
|
I'd probably modify both UNTIL lines as follows, which
would save 3 lines of code and should also eliminate
errors if either file has zero bytes:
__________________________________________________________________________________________________________________________
| Code: |
UNTIL @equal(%y, @count(List2))@greater(%y, @count(List2))
UNTIL @equal(%x, @count(List1))@greater(%x, @count(List1))
|
This translates into "if equal to OR greater than". I also changed
this on the simple file compare program I posted in this thread.
Cheers, Mac _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|