Skip to content
⌘ Forum Archive

Regarding numbers to be read from registry using nsis

1 posts

Bipul SInghedited #

Regarding numbers to be read from registry using nsis

I want to read the registry value which consists of string and number both.
For Ex: ssssss 1111 sssss
I want to read or extract only 1111 by searching for the number in whole string.
Thank You