Question:
How can I convert a string into an integer?
Solution:
To do so, you must use Global Manager’s Int function, which converts a string into an integer.
Example of script:
// integer (string)
TagReceivesValue = Int(30.95)
TagReceivesValue = Int(30.95)