Moving from IEEE string t

 BBS: Inland Empire Archive
Date: 02-02-93 (15:13)             Number: 284
From: MATT HART                    Refer#: NONE
  To: GERARD SCHLUNDT               Recvd: NO  
Subj: Moving from IEEE string t      Conf: (2) Quik_Bas
 GS> I'm trying to move in IEEE formatted string, to a typed variable.

TYPE MyType
     VarS  AS SINGLE
     VarD  AS DOUBLE
END TYPE

DIM My AS MyType
My.VarS = CVS(IEEE$)
My.VarD = CVD(IEEE$)

Is that what you mean?
---
 * Origin: Midnight Micro!  V.32/REL  (918)451-3306 (1:170/600)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET