0

I have created a RFT script using Add empty script option.

And added my code which processess some logic..
Now when I rename the script the code which I have written is gone and is replaced with empty script and the file is renamed. Why does this happen? Am I missing something?

dandan78
  • 13,328
  • 13
  • 64
  • 78
Harika Mamidi
  • 452
  • 4
  • 20

1 Answers1

0

This should not happen, renaming preserves all of your code. It might be some issue with the Simplified Scripting, it often screw things if you manually edit the code. I suggest to turn it off in the preferences.

This appened to me, with many other minor problems, I'm giving this advice by experience.

Alessandro Da Rugna
  • 4,571
  • 20
  • 40
  • 64
  • Good! I also suggest to keep your scripts under version control, so you can recover when encountering such problems. Can you accept my answer? Thanks – Alessandro Da Rugna Sep 10 '12 at 13:05