Forum Discussion
JackCalderone-3
5 months agoCommunity Member
Storyline variable data type bug
Hello e-Learning Hero community!
I have been very disappointed with Storyline recently, and need some help understanding it’s absolute INCONSISTENCY when it comes to handling the data type of its ...
JackCalderone-3
5 months agoCommunity Member
Doing a 'parseInt()' was going to be my workaround for the time being, but was interested in finding the reason behind the switch. The projects we are working on require us to pass variables back and forth constantly and it numbers worked inside most javascript functions.
It became much more obvious any time addition was involved. Statements like:
var myNumber = (a + b + c);