Syntax:
DBin_Create(BinName$,[append])
Return Values:
0 if failed.
Description:
Creates an empty DBin
Example:
Result=DBin_Create("MyBin") If Result=0 MessageRequester("Error","Could not create DBin") EndIf
Supported OS: Windows