User Tools

Site Tools


ugbasic:user:kw:create_path
Translations of this page:


ugBASIC User Manual

CREATE PATH

SYNTAX

   = CREATE PATH( x0, y0 TO x1, y1 )

PURPOSE

EXAMPLE

  DIM p AS PATH
     p = CREATE PATH( 0, 0 TO 100, 100 )

ABBREVIATION

 CrtPth

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY