460
modifications
| Ligne 26 : | Ligne 26 : | ||
--Check after trim as may be whitespace only | --Check after trim as may be whitespace only | ||
if com.exists(value) then | if com.exists(value) then | ||
value = '' .. value .. '' | value = '(' .. value .. ')' | ||
else | else | ||
value = '' | value = '' | ||
modifications