command line arguments

  1. W

    B4J Library [Class] wmB4Jargs - command line arguments validation and processing

    See title. Example code (from the attached demo project): Sub AppStart (Args() As String) Dim wmB4Jargs1 As wmB4Jargs wmB4Jargs1.Initialize wmB4Jargs1.AddStandaloneArg("--nodetails", "-n", "This (optional) argument stands alone and does not need a value", False)...
Top