I have a number of 4.0.65.197_164634. I need to parse the number into the following fields: Major Ver 4.0, Minor Ver 65, Hotfix 197 Build Ver 164634. How can this be done? I tried to use the '=' sign as outlined in the documentation to parse but nothing happened. The documentation says that when the '=' is used by placing it at the beginning it will parse the data. But what deliminator does it use? And when it does parse, how does it parse the data.
Comments