+ Reply to Thread
Results 1 to 2 of 2

Thread: String To Number

  1. #1
    Unregistered Guest

    Default String To Number

    Hello,
    i have setupbuilder 7.3.
    how can i convert a string into a number?

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: String To Number

    Hello,

    Variables in SetupBuilder are essentially "type less". You don't have to "declare" variables to be of a specific type, like in some programming languages. Instead, variables can hold any type of value. You can freely assign a string to a variable that currently contains a number, and vice-versa. (This doesn't mean that types aren't important. The type of the value itself still matters for functions.)

    Does this help?

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •