vba加载lisp路径问题。
Function LoadLisp(LispFileName As String, Path as string) As String
Dim temp As String, temp1 As String, temp2 As String, temp3 As String
temp = Path
temp1 = "\"
temp2 = "\\\"
temp3 = Replace(temp, temp1, temp2, 1, -1, vbTextCompare)
LoadLisp = "(load" & Chr(34) & temp3 & "lisp\\" & LispFileName & Chr(34) & ")" & vbCr
End Function
[本日志由 田草 于 2007-07-22 01:16 PM 编辑]
|
暂时没有评论
发表评论 - 不要忘了输入验证码哦! |