2007-03-31 03:12 AM
2007-03-31 10:32 PM
2007-04-01 06:44 AM
2007-04-03 12:26 AM
pfeinberg wrote:If all you want to do is reset the values to defaults after editing, just run the FOR/NEXT loop and then comment the code before saving. You can also use this to create initial non-zero values. In fact, I find this easier than entering the values manually in the parameters list (seriously bad interface IMHO).
I agree that the array gets created as nulls but in the process of testing my part, values get put into the array. I was hoping I could use a FOR/NEXT loop to empty them out but still have the user input their values later.
As I said it worked in previous versions of AC and doesn't now so I just want to know if there is a way to do it properly.
Phil
2007-04-03 05:49 AM
2007-04-10 10:42 AM
2007-04-10 04:20 PM
oreopoulos wrote:This sounds like the liar's paradox (from ancient Greece as I recall)
If (trigger = true ) then trigger=false
Else trigger=true
2007-04-10 06:58 PM