Post Reply 
Please post your FREEZE problems...
12-10-2017, 02:08 PM (This post was last modified: 12-10-2017 02:40 PM by compsystems.)
Post: #7
RE: Please post your FREEZE problems...
the program freezes or crashes.
http://www.hpmuseum.org/forum/thread-772...nnectivity

Another problem with the HPCK is that the program editor the tabulation character shows many spaces, the tabulation in python-type codes is important

PHP Code:
#cas
def fractal_python(W,H,N):
    
local x,y,z,c,j,t,col
    
for x in range(W):
        for 
y in range(H):
            
z=0
            c
=2.7*x/(W-1)-2.1-i*(1.87*y/(H-1)-.935)
            
j=0
            
while j<and abs(z)<2:
                
j=j+1
                z
=z*z+c
            
//end while
            
t=255j/N
            col
=RGB(IP(t),IP(.75*t),IP(.25*t))
            
PIXON_P(x,y,col)
        
//end for
    //end for
    
FREEZE
    WAIT
(0)
#end 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Please post your FREEZE problems... - compsystems - 12-10-2017 02:08 PM



User(s) browsing this thread: 1 Guest(s)