This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- String to Integer conversion?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 30, 2011
12:07 PM
String to Integer conversion?
Hi,
I'm having some trouble, I want to get information from the user regarding ip address and port number, but I also want to be able to manipulate some of these values like integers. Is there any way I can convert strings to integers with installscript functions?
Regards,
J
I'm having some trouble, I want to get information from the user regarding ip address and port number, but I also want to be able to manipulate some of these values like integers. Is there any way I can convert strings to integers with installscript functions?
Regards,
J
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 30, 2011
12:52 PM
StrtoNum and NumtoStr functions. Just found it.