--- joko/ToolBox/Windows/VpnDial/src/CommandLine.cls 2005/09/28 20:36:46 1.1 +++ joko/ToolBox/Windows/VpnDial/src/CommandLine.cls 2005/10/09 18:43:03 1.2 @@ -47,12 +47,16 @@ 'Debug.Print "key: " & key switches.add key 'switches.item(i + 1) = key + + On Error Resume Next If (value <> "") Then options.add readValue(value), key i = i + 1 Else options.add 1, key End If + On Error GoTo 0 + End If Next i