Post Reply 
Typing special characters on the Connectivity Kit
03-11-2017, 11:02 AM
Post: #10
RE: Typing special characters on the Connectivity Kit
(03-10-2017 04:01 AM)Han Wrote:  Create a program that calls each command and name them R2B and B2R for easier typing.

Code:

EXPORT R2B(r)
BEGIN
RETURN(R→B(r));
END;

EXPORT B2R(b)
BEGIN
RETURN(B→R(b));
END;

With those two programs, you will never have to use R→B() or B→R() again. You can also place them inside a program file (without the export) and treat them as a macro for these commands.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Typing special characters on the Connectivity Kit - Han - 03-11-2017 11:02 AM



User(s) browsing this thread: 1 Guest(s)