Hi Oxa...
What did you do to silk form?
Now my trigger cannot find characters in the "silk_form" string.
I have a variable = silk_form_length - IF(FIND("-","silk_form")>0,1,0)-IF(FIND("/","silk_form")>0,1,0). The ides is to know the form length WITHOUT counting the characters "/" & "-".
My trigger sets the variable, in 15:20 Extr today, as:
final: 8-IF(FIND("-","4P/291-1")>0,1,0)-IF(FIND("/","4P/291-1")>0,1,0)
instead of the usual 6 I expect & used to get in the previous version.
This messes up my form assessment triggers!