Forums:
Hello! I need some help..
Depending on the workpart name mask is need perform a version code A or B.
name mask for code A: xx.xxxx.x.xxxx.xxx or xx.xxxx.x.xxxx.xxx_pxx
name mask for code B: xx.xxxx.x.xxxx.xxx_kxx
if mask A then
Code A
...
...
if mask B then
Code B....
........
......
How to write this in journal? Please!