low variables creates the variable with _%s as the suffix.
If the variable already exists when using variable suffix low variables creates the variable but with _%s as the suffix.
If the variable already exists when using variable suffix low variables creates the variable but with _%s as the suffix.
Replies
Low 6 May 2015 19:47
Can you elaborate? Which EE/LV/PHP versions? What was the var that already existed? What was the var you were creating and the suffixes you defined? Did you get a php error message too?
Chris LeBlanc 6 May 2015 21:55
2.9.2/2.6.0/5.6. Doesn't matter what you name the var, I just did another called "foo" with prefix "es", just create it twice and instead of it putting _es on it it will put _%s. No PHP error.
Low 7 May 2015 09:54
I'm having trouble recreating this. Can you describe, step by step, what you do to trigger this effect?