Right() is a vb6 function , try this ... ( which works fine )
VB Code:
Dim strPath As String = Application.StartupPath If Not strPath.EndsWith("\") Then strPath += "\" MessageBox.Show(strPath) End If
|
Results 1 to 3 of 3
Thread: Right() [RESOLVED]Hybrid View
|
Click Here to Expand Forum to Full Width |