/[cvs]/joko/ToolBox/Windows/VpnDial/src/CommandLine.cls
ViewVC logotype

Diff of /joko/ToolBox/Windows/VpnDial/src/CommandLine.cls

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Sun Oct 9 18:43:03 2005 UTC revision 1.3 by joko, Fri Nov 18 18:57:46 2005 UTC
# Line 105  End Function Line 105  End Function
105    
106  Private Function readSwitch(arg As String) As String  Private Function readSwitch(arg As String) As String
107      If (Left(arg, 2) = "--") Then      If (Left(arg, 2) = "--") Then
108          readSwitch = LCase(Mid(arg, 3))          readSwitch = Mid(arg, 3)
109      End If      End If
110  End Function  End Function
111    
112  Private Function readArgument(arg As String) As String  Private Function readArgument(arg As String) As String
113      If (Left(arg, 2) <> "--") Then      If (Left(arg, 2) <> "--") Then
114          readArgument = LCase(arg)          readArgument = arg
115      End If      End If
116  End Function  End Function
117    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed