status = checksum ( arg1 ) ;
list arg1
list status 1 The STATUS variable is set to $ACKNOWLEDGE
list status
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: status = checksum ( arg1 ) ;
None
To execute the example below, press or modify the example to try different variations. filespec = "doexample.cgi" ; boolean isTextFile = 1 ; cs = checksum ( filespec, isTextFile ); // The checksum includes the crc and the length, there is an optional // flag to indicate a text file describe cs ;