SSZ() Function - System Sector Size
Syntax
SSZ(string{,ERR=lineref})
SSZ(int{,ERR=lineref})
Description
The SSZ() function returns the constant 512 and is included only for syntax compatibility with older versions of Business BASIC. string or int must refer to a valid disk drive.
Examples
>PRINT SSZ("")
512