I would like to know if a text ends in '0000' in C/AL code, but I am not sure if I am doing something wrong or the documetned functions simply are not prensent in the version of NAV I am using (NAV 2016). String Functions in NAV In any case I would like to know how can I do this if it's not with this functions.
Text.ENDSWITH('0000'); // Does not compile,
//no autocomplete for the ENDSWITH function either