Project started around Okt.2022.
This is the vbc-version of a code by Nick Chapsas. I like the tutorial-videos by Nick very much.
Video by Nick Chapsas: Why I don't use the "else" keyword in my code anymore
For the code to compile you also need the following files from other repositories, just have alook at the vbp-file. You dont need to collect the files, just fork the 3 repos alongside :
Repo Ptr_Pointers:
- Module= MPtr; ..\Ptr_Pointers\Modules\MPtr.bas
Repo Sys_FuncAction:
- Class = Action; ..\Sys_FuncAction\Classes\Action.cls
- Class = ActionOfString; ..\Sys_FuncAction\Classes\ActionOfString.cls
- Class = FuncOfString; ..\Sys_FuncAction\Classes\FuncOfString.cls
Repo Sys_Console:
- Class = Console; ..\Sys_Console\Classes\Console.cls