Re: Re: A86: Seperating strings...?


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

Re: Re: A86: Seperating strings...?




In a message dated 9/21/97 3:08:17 PM, you wrote:

>Antother way would be:
>
>924->A
>for(x,1,3)
>A/10->A
>iPart (fPart (A*10))->B
>end
>
>Same results.

Oops.  Wrong parenthesis...			      iPart ((fPart A)*10)->B


Follow-Ups: