[image: MailTag] You mean curious indentation in the output?
----------------------------- Michael Oke, II [email protected] 661-349-6221 ----------------------------- On Mon, Jan 1, 2018 at 5:41 AM, Gianni Turri <[email protected]> wrote: > See the two different results: > > with set fixed on > https://drive.google.com/file/d/1jo58_AhdxlPSpU9ddycLNaufXE4tDP9Y/ > > with set fixed off > https://drive.google.com/file/d/1yXah6jQr4EAR8azG65e813NtcSg5GCOB/ > > Gianni > > On Mon, 1 Jan 2018 07:02:18 -0500, Ted Roche <[email protected]> wrote: > > I can't see any indentation at all. Is that the curiosity? > > The command window is not a multi-line intepreter. the line "FOR i = 1 > to 30" should throw an error. You could ignore it, select the entire > routine, and select the "Execute selection" option from the context > menu. > > > Oh, and Happy New Year, one and all. > > > On Mon, Jan 1, 2018 at 5:20 AM, AndyHC <[email protected]> wrote: > > Just opened up a Command Window to list off 1/3 f stops - > > - why the curious indentation? > > > > CLEAR > > SET DECIMALS TO 2 > > SET FIXED ON > > x=1 > > mc=2^(1/6) > > FOR i = 1 TO 30 > > x=x*mc > > ?x > > NEXT > > ? > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACBEV=uryjue2+un9ntoaxsxkxdidzj0zvybptvkt6yvhxd...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

