WB {sx} Question

正在查看此主题的用户

I am wondering how the internals of the {sx} work.
If I set s1 to "A", s2 to "B" and s3 as "C", then finally set s4 to "{s1}{s2}{s3}" if I ask it to do a test, does it read it as "ABC" or "{s1}{s2}{s3}"?
 
Think at the point of assignment, the string specifiers {s?} will be converted.  After that, s4 should contain ABC.

btw, just as a reminder, you need to prepend  literal strings with "@", otherwise, it will treat the string as a string-id from module_strings.py
 
后退
顶部 底部