
guillot alexandre
1 discussion post
Hello,
I'm trying to write my first script I would like to know the lifespan of a value stored with BFS.ScriptSettings.WriteValue. Does it reset when DF is closed ? When windows reboot ?
Additionnaly, is there any way to list all stored values for a script ?
Thank you for your help
It will store the value until you remove it. You can use BFS.ScriptSettings.GetValueNames to see a list of the saved value names.
Thanks!