Re: [Ql-Users] SMSQE java

2012-04-19 Thread Wolfgang Lenerz
BTW: How do I create a fresh QXL.WIN...? Under qpc: win_format x format winx_y (y= nbr of Mib) Wolfgang ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm

Re: [Ql-Users] Raspberry Pi - starts

2012-04-19 Thread Bryan Horstmann
I've had a look at Python too, Malcolm, and found Python Languages Syntax Cheat Sheet. Under basic arithmetic it says i=a%b e.g. 11%3 2 I cannot make sense of that. I'll just hope that we can get an emulator and stick to SBASIC I know. But if RS have 220,000 outstanding orders, it'll

Re: [Ql-Users] Raspberry Pi - starts

2012-04-19 Thread Miguel Angel Rodriguez Jodar
El 19/04/2012 12:00, Bryan Horstmann escribió: I've had a look at Python too, Malcolm, and found Python Languages Syntax Cheat Sheet. Under basic arithmetic it says i=a%b e.g. 11%3 2 I cannot make sense of that. That's the modulus operator, as in C language. The binary operator a%b returns

Re: [Ql-Users] Raspberry Pi - starts

2012-04-19 Thread Tony Firshman
On 19 Apr 2012, at 06:00, Bryan Horstmann b...@newlan.org wrote: I've had a look at Python too, Malcolm, and found Python Languages Syntax Cheat Sheet. Under basic arithmetic it says i=a%b e.g. 11%3 2 I cannot make sense of that. I'll just hope that we can get an emulator and

Re: [Ql-Users] Raspberry Pi - starts

2012-04-19 Thread Lee Privett
ditto On Thu, Apr 19, 2012 at 1:34 PM, Tony Firshman t...@firshman.co.uk wrote: On 19 Apr 2012, at 06:00, Bryan Horstmann b...@newlan.org wrote: I've had a look at Python too, Malcolm, and found Python Languages Syntax Cheat Sheet. Under basic arithmetic it says i=a%b e.g. 11%3 2

Re: [Ql-Users] SMSQE java

2012-04-19 Thread Ralf Reköndt
Ah, thank you. I wasn't aware (after such a long time doing it) that the FORMAT just creates the QXL.WIN ;-) Cheers...Ralf - Original Message - From: Wolfgang Lenerz w...@scp-paulet-lenerz.com To: ql-us...@q-v-d.com Sent: Thursday, April 19, 2012 8:43 AM Subject: Re: [Ql-Users] SMSQE

Re: [Ql-Users] Raspberry Pi - starts

2012-04-19 Thread Bryan Horstmann
On 19/04/2012 12:03, Miguel Angel Rodriguez Jodar wrote: El 19/04/2012 12:00, Bryan Horstmann escribió: I've had a look at Python too, Malcolm, and found Python Languages Syntax Cheat Sheet. Under basic arithmetic it says i=a%b e.g. 11%3 2 I cannot make sense of that. That's the modulus

Re: [Ql-Users] Raspberry Pi - starts

2012-04-19 Thread Malcolm Cadman
In message 4f8e8d97.7070...@newlan.org, Bryan Horstmann b...@newlan.org writes Hi Bryan, Thanks for the link. I believe that everything is covered within functions, yet I haven't programmed enough with Python to see if that is an advantage or a limitation. PS - You are not the Bryan,

Re: [Ql-Users] Raspberry Pi - starts

2012-04-19 Thread Tony firshman
On 18 Apr 2012, at 17:31, Malcolm Cadman q...@mcad.demon.co.uk wrote: In message 4f8e8d97.7070...@newlan.org, Bryan Horstmann b...@newlan.org writes Hi Bryan, Thanks for the link. I believe that everything is covered within functions, yet I haven't programmed enough with Python to