-
Notifications
You must be signed in to change notification settings - Fork 33
Quick Start
Benjamin edited this page May 13, 2020
·
1 revision
Want to get up as quickly as possible? Want to see what the converter can do without actually understanding
anything? Start here.
- Clone repo.
- Open
prj.vbp
- Open the Immediate Window in the IDE.
- Type the following:
-
?ConvertFile( <C:\path\your-file-name.bas>
) - Convert an entire file.
-
If you're more ambitions, you can try a single function, such as:
- ConvertSub( <full text of subroutine> )