Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
please help me , i want get a variant from vb.net to lisp like follow
<CommandMethod("GetPath")>
Public Shared Function GetPath() As String
Static Dim strPath As String = "test"
Return strPath
End Function
Solved! Go to Solution.