Re: [Gambas-user] binary numeral system

2009-04-14 Thread Jeff Gray
That's pretty cool. My only comment would be that it took me a few goes at stepping through the code before I worked out how the blazes it worked, so perhaps less readable than the exponent version. But hey - I'm no rocket scientist :-) > From: ron...@tiscali.nl > > > > function bin2dec(s

[Gambas-user] Warning newby questions

2009-03-31 Thread Jeff Gray
1. Can anyone point me towards some help with splits, panels and expanders? THe help I have read doesn't seem to go into depth and I can't see any obvious methods to add items to them. 2. What's the difference between using qt or gtk? __