I know you can do..
Global $File_Get_Version = FileGetVersion("Explorer.exe") $file_get_version_split = StringSplit($File_Get_Version, ".") msgbox(0, "", $file_get_version_split[4])
But any alternatives with string functions without knowing where the last "." would be?
Lets say i would only like get after the last "."