Rules: Order of Operation
#1
Hi All,

I have not been able to find solid documentation on the order of operation for rules.

For example:

password + rule: $1$2$3 = password123, implying that the append is evaluated left to right.

Suppose the following statement hypothetical proof of concept rule...

l $9$9 ss5 s98 c

Does this also evaluate left to right resulting in the following?

l $9$9 ss5 s98 c + PASSWORD = Pa55word88

1. PASSWORD + l -> password
2. + $9$9 -> password99
3. + ss5 -> pa55word99
4. + s98 -> pa55word88
5. + c -> Pa55word88

Any light you could shed on this would be incredibly helpful. Many thanks.


Messages In This Thread
Rules: Order of Operation - by princey - 07-10-2016, 02:55 AM
RE: Rules: Order of Operation - by hops - 07-10-2016, 10:13 AM
RE: Rules: Order of Operation - by princey - 07-10-2016, 03:34 PM
RE: Rules: Order of Operation - by rico - 07-10-2016, 03:54 PM