Moving from IEEE string t

 BBS: Inland Empire Archive
Date: 02-04-93 (19:22)             Number: 369
From: GERARD SCHLUNDT              Refer#: NONE
  To: MATT HART                     Recvd: NO  
Subj: Moving from IEEE string t      Conf: (2) Quik_Bas
Not quite,

it would be more like this.

TYPE MyType
  Name  as string * 25
  Age   as Integer
end type

DIM My as MyType

IEEE$="Gerard Schlundt           #"     '# is the age in it's 1 byte form.
       ^---- 25 characters -----^A
                                 |-  This would be the age..notice that
                                     the string is formatted so that if you
                                     would pick it up, and drop it into the
                                     MY array, when you would
                                     PRINT MY.AGE it would return whatever
                                     # was in the IEEE String..got it?

-Gerry

--- FMail 0.90
 * Origin: Kemp / Will in 1996! (1:227/105.1)
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