[A83] Re: BASIC strings


[Prev][Next][Index][Thread]

[A83] Re: BASIC strings




That helps some, see, the problem is that I am making a base changing
program (any base up to 36 to any other base) and I need to parse the input.
I am completely done with the program, it works.  I used you guys' tips and
it sped up the converting from base 10 to other bases.  I am having trouble
speeding up the any base to base 10 for conversion.

>-----Original Message-----
>From: assembly-83-bounce@lists.ticalc.org
>[mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of
>SOCCERK121@aol.com
>Sent: Thursday, May 10, 2001 10:05 PM
>To: assembly-83@lists.ticalc.org
>Subject: [A83] Re: BASIC strings
>
>
>
>1+(Sub(Str1,x,1)="B")->Z
>
>If its B, z=2, else, z=1... dont know how much this
>consolidates it, but it
>should work....
>
>-joel
>
>
>




Follow-Ups: References: