Search found 2 matches

by Camster
Fri Aug 23, 2013 3:14 am
Forum: Converting to LiveCode
Topic: How does one convert a String to an integer in LiveCode?
Replies: 3
Views: 10298

Re: How does one convert a String to an integer in LiveCode?

Wow, that's it? Talking about a paradigm shift! :) Thank you Marek and Bernd for your help.

Camster.
by Camster
Thu Aug 22, 2013 12:55 am
Forum: Converting to LiveCode
Topic: How does one convert a String to an integer in LiveCode?
Replies: 3
Views: 10298

How does one convert a String to an integer in LiveCode?

Hi,

Coming from 25+ years of assembler, C, C++, Java, Javascript, Python...+ functional programming...etc...I am starting to like LiveCode. :D
Question:
How does one convert a String to an integer in LiveCode? (like "parseInt()" in java and JavaScript...or "strtonum" in C, C++ )

Thank you.