parseInt and parseInteger - Mendix Forum

parseInt and parseInteger

0

As we know, there is a lot of progamming language, and for each one, there’s some syntax and some structure. 

So, I was trying to do Str to Int, and I tried some functions: parseInt, toInt; but, int the end, was parseInteger.

And what if parseInt has the same function as parseInteger? We could use both, by the way!

asked
1 answers

Hi Augusto,

 

I think your suggestion would be a nice addition.

 

In the meantime, I would advice you to use use the autocomplete provided by Mendix to auto-complete your lines. This can be done by pressing Ctrl + Space when writing your lines, see:

This could help you find the right syntax of the function you want to use.

Created