Author Topic: Pluribasic and PB graphics statements  (Read 2578 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris Chancellor

  • Sr. Member
  • ****
  • Posts: 349
  • User-Rate: +0/-0
Pluribasic and PB graphics statements
« on: December 23, 2018, 03:41:17 PM »
Hello Brian

can Pluribasic   translate the below PB graphics statements  to O2  64bits? 
such as

Code: [Select]
     GRAPHIC ATTACH - designates the graphic target
    GRAPHIC DETACH - removes current target from use with GRAPHIC statements
    GRAPHIC Arc         GRAPHIC Pie
    GRAPHIC Box         GRAPHIC Point (pixel)
    GRAPHIC Ellipse     GRAPHIC Polygon
    GRAPHIC Line        GRAPHIC Polyline

please refer to
http://www.garybeene.com/power/pb-tutor-graphics.htm



Offline Brian Alvarez

  • Moderator
  • Full Member
  • *****
  • Posts: 171
  • User-Rate: +0/-0
    • PluriBASIC
Re: Pluribasic and PB graphics statements
« Reply #1 on: December 25, 2018, 06:49:07 AM »

The statements are supported, yes.
But the stock code is missing.

 I am slowly working in adding all of the stock code, but i only have two hands. :)