Results 1 to 10 of 13

Thread: Rexx builtin function module

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Rexx builtin function module

    I am interested in developing a thinBasic module to implement as many Rexx builtin functions as possible. The goal is to simplify porting of Rexx scripts to thinBasic.

    For example, a Rexx TRANSLATE function, with one operand, does what UCASE$ does, while a call to TRANSLATE(STR,NEW,OLD) is essentially what REPLACE$(STR,OLD,NEW) does. The net result is that porting of Rexx code is pretty hard, even though functionally thinBasic is quite comparable.

    My current problem is that the documentation for creating a module is pretty limited. The thinBasic doc for the Module SDK is all blank.

    Is there some "prototype" or sample module I could look at for an idea how to go about doing this? Is there documentation laying around that never got into the official docs?

    Any help in this area would be appreciated.
    Last edited by Robert Hodge; 12-06-2013 at 15:23.

Similar Threads

  1. Rexx
    By zlatkoAB in forum Other languages
    Replies: 3
    Last Post: 14-10-2011, 23:28
  2. Gamma function
    By danbaron in forum Math: all about
    Replies: 14
    Last Post: 08-08-2011, 03:51
  3. Function pointers?
    By MouseTrap in forum thinBasic General
    Replies: 2
    Last Post: 18-02-2009, 21:35
  4. ADO module function list help
    By Reinking in forum thinBasic General
    Replies: 3
    Last Post: 17-11-2005, 11:11

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •