Re: conversion
- Posted by klepto <darkrain at PLAZMA.NET> Aug 01, 1997
- 829 views
At 04:00 PM 8/1/97 -0400, you wrote: >---------------------- Information from the mail header ----------------------- >Sender: Euphoria Programming for MS-DOS <EUPHORIA at MIAMIU.ACS.MUOHIO.EDU> >Poster: Bryan Watts <BWatts1 at COMPUSERVE.COM> >Subject: conversion >--------------------------------------------------------------------------- ---- > I would probably be able to do this, but I was wondering exactly what y= >ou >mean by 1's and 0's. Are you saying that if you passed a 1 to a function= >, >it would return a certain letter, or something more along the lines of >binary code, which is where every letter, number, and symbol has a >different arrangement of 0's and 1's (such as 11100101; there is 8 elemen= >ts >to every binary number). That sounds like what you are trying to do. Gi= >ve >us a little more information, and we may be able to help you. > = > >Regards, > Bryan Watts > Yes, binary code. What I was thinking, was inputing a sequence of binary codes and having the app convert it to text, and also the other way around, input text, and have the app convert it to binary. Thanks :)