Friday, November 30, 2007

Tip of the Day: Running Your Code Within RBEdit

Supported Versions:

R:BASE 7.6 for Windows (Build 7.6.2.31130 or higher ...)
R:BASE 7.6 (C/S:I) for Windows (Build 7.6.2.31130 or higher)
R:BASE Turbo V-8 for Windows (Build 8.0.16.1130 or higher)

Did you know that now you can RUN your code while creating
new code or updating existing code while in RBEdit?

Here's how:

01. Start R:BASE (7.6, C/S:I 7.6 or Turbo V-8)

02. Open your existing command file or simply create a new
    one and use the following code:

    CLS
    SET VAR vTest TEXT = 'R:BASE Rocks!'
    DIALOG 'Enter Text Messge' vTest=26 vEndKey 1 +
    CAPTION 'Using AUTOSELECT' ICON APP +
    OPTION AUTOSELECT TRUE +
    |THEMENAME R:BASE Rocks!
    RETURN

03. While still in RBEdit, either click on the new Run [>]
    button on the tool bar or use [Ctrl + F9] keys to RUN
    your code.

    If you need to make any changes, do it while in RBEdit
    and test your code again without closing RBEdit.

Enjoy and make sure to have fun!

Very Best R:egards,

Razzak.

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to