11-07-2008, 03:27 PM
Hi MR21135,
if i don't reload file in tab "Test / Settings / Resources" I don't see changes..
es: in .txt I write a sub as:
and the script is simply "Call abc ()"
If I modify "ciao" with "bye" (obviously without changing filename and filepath) and I re-launch the script, howewer the popup says "ciao" until I reload the file in the tab mentioned above...
I hope there is some property to set in Options, but I don't know which is :-(
if i don't reload file in tab "Test / Settings / Resources" I don't see changes..
es: in .txt I write a sub as:
Code:
Sub abc ()
msgbox "ciao"
End Sub
If I modify "ciao" with "bye" (obviously without changing filename and filepath) and I re-launch the script, howewer the popup says "ciao" until I reload the file in the tab mentioned above...
I hope there is some property to set in Options, but I don't know which is :-(