Leopold, that stringart program is the same is the common stringart program? or did you modify it?
it's one of the first programs i wrote back in 1983.
the BASIC interpreters of that era didn't employ the resolution of my coco.
i thought i died and went to heaven when i got my coco with a resolution 256,192.
the BASIC i downloaded surpasses that with a resolution of 640, 350.
If you make a thread and upload exe's i will beta test, no problem.
you can download the executable from a link i gave earlier in the thread.
you can run it from any directory but the .BAS program must be in the same directory as the executable.
right now i'm having problems in getting the sin table to generate correct values.
some patterns seem "rotated" by a few degrees but i found out they are actually "skewed" instead.
i'm not sure on how to proceed.
i've tried a couple of methods of generating the table but to no avail.
i might have to generate the first 90 degrees and use that to generate the other 270.
i don't anticipate any problems with the triangular and square waveshapes i plan on adding later.
but yeah, i would like some feedback on what kind of options i could add.
many thanks and kudos for the creators of PCBASIC.
if you are into BASIC then this program is for you.
there are 2 drawbacks.
first, the RND function really sucks, i might be missing something on this though.
second, there is no POKE function and the CALL function isn't implemented.
other than that, these authors did a damned good job.