Re: Command Window:

2018-01-01 Thread Gene Wirchenko
At 08:07 2018-01-01, Ted Roche wrote: > > On Mon, Jan 1, 2018 at 5:20 AM, AndyHC 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 >>

Re: Command Window:

2018-01-01 Thread Ted Roche
> > On Mon, Jan 1, 2018 at 5:20 AM, AndyHC 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 >> ? Ah!

Re: Command Window:

2018-01-01 Thread Michael Oke, II
[image: MailTag] You mean curious indentation in the output? - Michael Oke, II oke...@gmail.com 661-349-6221 - On Mon, Jan 1, 2018 at 5:41 AM, Gianni Turri wrote: > See the two different results: > > with set fixed

Re: Command Window:

2018-01-01 Thread Gianni Turri
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 wrote: I can't see

ProFox List Statistics for 2017

2018-01-01 Thread List Administrator Account
== ProFox List Statistics 2017 == Subscriber Count at End of Year: ProFox: 291 ProFoxTech: 183 == Total Posts: 3509 (Down

ProFox List Statistics for December 2017

2018-01-01 Thread List Administrator Account
== ProFox List Statistics December 2017 == Subscriber Count at End of Month: ProFox: 291 ProFoxTech: 183 == Total Posts:

Re: Command Window:

2018-01-01 Thread Koen Piller
I see an identation: ​This is a screenshot of my _VFP.screen Regards, Koen Happy Foxing in 2018 2018-01-01 13:02 GMT+01:00 Ted Roche : > 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 >

Re: Command Window:

2018-01-01 Thread Ted Roche
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

Command Window:

2018-01-01 Thread AndyHC
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 ? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: