On 4 Nov 2010, at 10:44, gdgqler wrote:

> My S*BASIC program is:
> 
> 10 CLS:FOR x=1 to 100:PRINT x&isit$(3,"FIZZ")&isit$(5,"BUZZ"):PAUSE 5
> 20 DEFine FuNction isit$(m%,a$)
> 30  IF (x MOD m%):RETRurn "":ELSE:RETurn a$
> 40 END vDEFine
> 

This will work better if you replace RETRurn by RETurn (which is what I had in 
the  QPC2 program).

George
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to