Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <b>cvl convert string to long integer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CVL                      Convert String to Long Integer

 y@ = CVL(4-byte-string)

    Converts a four-byte string expression to a long integer numeric
    variable.

   -------------------------------------------------------------------------

      Notes:    Because of the way Turbo Basic stores numbers in random
                access files, numbers have to be converted to strings
                before they can be written to disk; when read from the
                disk, they must be reconverted from strings to numbers.

                A long integer must be converted to a string (via MKL$)
                before being stored in a random access file. To retrieve
                it, first assign it to a file buffer field (with GET),
                then use CVL.

See Also: CVD CVI CVS GET (File I/O) MKD$ MKI$ MKL$ MKS$

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson