This article explains the change in case-sensitivity for syntax highlighting within the Automic Web Interface (AWI) starting in version 24.4.5.
Insert below script into a script object on AWI having version v 24.4.5
:S &VARA# = 'Variable_GR'
:S &vara# = 'Variable_kl'
:P &&VARA# = [&VARA#]
:P &&vara# = [&vara#]
click/select &VARA# It will recognize only &&VARA# and [&VARA#]
It will not recognize the &vara#
============
If you select &vara# , it will recognize only &&vara# &vara#
It will not recognize the &VARA#
Automic Automation AWI 24.4.5
If the case-sensitive behavior impacts workflow efficiency, upgrade to AWI version 24.4.6 or higher, where environment behavior is optimized.
AWI : v 24.4.6 - TBD