Few year ago, i use string.trim to remove a space of string, but it failed, then i use trim(string), and it worked. Few years later, trim(string) report error as ‘Trim’ is a type and cannot be used as an expression.
Is there any solution for handle this? i don’t want to update to string.trim one by one.
studio version: 2022.10.13