Skip to content

Quick Start

Benjamin edited this page May 13, 2020 · 1 revision

Quick Start

Want to get up as quickly as possible? Want to see what the converter can do without actually understanding anything? Start here.

Basic Steps (there's four).

  1. Clone repo.
  2. Open prj.vbp
  3. Open the Immediate Window in the IDE.
  4. Type the following:
    • ?ConvertFile( <C:\path\your-file-name.bas>) - Convert an entire file.

Alternatives

If you're more ambitions, you can try a single function, such as:

- ConvertSub( <full text of subroutine> )