Page 371 - Learn to Program - Basic-256
P. 371

Appendix G: Errors and Warnings                                                 Page 355


                                                      database connection"

            58       ERROR_DBSETNUMBER                "Invalid data set number"
                                                      "You must advance the data set using DBROW
            59       ERROR_DBNOTSETROW
                                                      before you can read data from it"
                                                      "Drawing pen width must be a non-negative
            60       ERROR_PENWIDTH
                                                      number"
                                                      "Color values must be in the range of -1 to
            61       ERROR_COLORNUMBER
                                                      16,777,215"
                                                      "Array variable %VARNAME% has no value
            62       ERROR_ARRAYINDEXMISSING
                                                      without an index"
                                                      "Image scale must be greater than or equal to
            63       ERROR_IMAGESCALE
                                                      zero"
                     ERROR_FONTSIZE                   "Font size, in points, must be greater than or
            64
                                                      equal to zero"
                                                      "Font weight must be greater than or equal to
            65       ERROR_FONTWEIGHT
                                                      zero"
                                                      "Unable to convert radix string back to a decimal
            66       ERROR_RADIXSTRING
                                                      number"
                                                      "Radix conversion base muse be between 2 and
            67       ERROR_RADIX
                                                      36"
                                                      "Unable to calculate the logarithm or root of a
            68       ERROR_LOGRANGE
                                                      negative number"
                                                      "String exceeds maximum length of 16,777,216
            69       ERROR_STRINGMAXLEN
                                                      characters"
                                                      "Mathematical operation returned an undefined
            70       ERROR_NOTANUMBER
                                                      value"
            71       ERROR_PRINTERNOTON               "Printer is not on."

            72       ERROR_PRINTERNOTOFF              "Printing is already on."
            73       ERROR_PRINTEROPEN                "Unable to open printer."
            65535    ERROR_NOTIMPLEMENTED             "Feature not implemented in this environment."


            WARNING #                                 Error Description (EN)
            65537    WARNING_TYPECONV                 "Unable to convert string to number, zero used"




                                                           © 2019 James M. Reneau (CC BY-NC-SA 3.0 US)
   366   367   368   369   370   371   372   373   374   375   376