Problem Description
The INT functionality when used to convert a string to a value is unclear and to the unwary user (ie me) can lead to unusual results. This is not a bug but a mismatch in the manual documentation vs the actuality. It's perfectly fine but perhaps unexpected. The INT function operates as follows
int("33") = 33
int("33xx") = 33
init("xx33") = 0
This is similar and probably identical to the javascript implementation of INT, but that implementation is not universal agreed nor is it universally used in C2 where the numeric value of a string containing non-numeric text characters often returns a zero.
Attach a Capx
-unneeded, it's a documentation issue.
Description of Capx
Steps to Reproduce Bug
Observed Result
Expected Result
Affected Browsers
Operating System and Service Pack
Construct 2 Version ID
178