When I look in the help file index for "cls", I only find "clsb".
and, the the method descriptions need fixing:
oDBCore.Cls:
Quote: "
This command will clear the screen using the current background ink color previously specified with the IdgdkBasic2D.Ink command. This command differs from the IdgdkBasic2D.CLS found in the Basic2D command set which will paint the screen with a specified color.
"
odb2d.clsb:
Quote: "
This command will clear the screen using the current background ink color previously specified with the IdgdkBasic2D.Ink command. This command differs from the IdgdkBasic2D.CLS command found in the Basic2D command set which will paint the screen with a specified color. "