424
modifications
| Ligne 22 : | Ligne 22 : | ||
--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