Is there any quick way to display an individual pixel @ a given x,y coordinate?
this will set a pixel to the fg colour at x0,y0
Code:
            x0=  y coordinate
            y0=  x coordinate
            GOSUB drawpixel
Your addin has many commands. Do you have a list of all the commands available?
no. documenting code is my nemesis , but there are some comments in the code and I have tried to make most functions fairly consistent in their approach to the tasks at hand.