User Frame

From SoftMC-Wiki
Revision as of 12:44, 23 December 2015 by Miborich (talk | contribs) (Created page with "== User Frame == User can add his own frame by teaching three points: A, B, C ==PROTO.PRO== New function must be defined in the PROTO,PRO file as: <pre> import_c RBT_TABLE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

User Frame

User can add his own frame by teaching three points: A, B, C

PROTO.PRO

New function must be defined in the PROTO,PRO file as:

import_c RBT_TABLE(byval A as location of xyzypr, byval B as location of xyzypr,byval C as location of xyzypr, D as location of xyzypr) as long


Usage

Calling:

-->?RBT_TABLE(A,B,C,D)

Return Value

Anything except 0 is an error code.