Sorry, but there are no more tags available to filter with.
-
Hello, I have also decided to work with a regex because i want to parse a value between 0 and 100 included formating 2 decimal (percent value). I enter the regex 0.00|[0-9]{1,2}\R.[0-9]{2,2}|100.00. The data provide a Sql database. In Mask propoerty that works fine, but at starting software, the value...