New topic in Off-Topic: 

Remote Debugger 2

Dissident - Tue Apr 01, 2008 11:05 pm

<http://forums.realsoftware.com/viewtopic.php?t=21588>
                                                                                
                                                                                
Remote debug Win->Mac Intel

Code:
dim pic as Picture
dim x,y as Integer
dim px(-1) as Color

pic = new Picture(7, 9, 32)

for x = 0 to pic.Width
  for y = 0 to pic.Height
    px.Append pic.Graphics.Pixel(x,y)
  next
next



OutOfBounds                                     
                                                                                
                                                                                
                                                                                
                                                                                
                                        



-- 
Over 900 classes with 18000 functions in one REALbasic plug-in. 
The Monkeybread Software Realbasic Plugin v8.1. 

&lt;http://www.monkeybreadsoftware.de/realbasic/plugins.shtml&gt;

[email protected]

Reply via email to