Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, I am trying to evaluate version values of registry keys with LUA.Numerous examples use string.find function.I try to use string.match in something like :local version_max = 28version_string=string.match(match_value, '^%d+')to extract the...