To set the initial value, use Dim DefaultPath, String, "C:\\windows\\temp" To reinitialize variable, use Set DefaultPath, "C:\\windows\\temp" : How can I put some thing in it ? that look like : DefaultPatch = : "C:\windows\temp" : Hi, : I'm evaluating the produc and I can't find the way to put a value in a : variable ? : If I declare : Dim DefaultPath, String : How can I put some thing in it ? that look like : DefaultPatch = : "C:\windows\temp" : I did not find any syntax that work : Thank for the help !
|