Rank: Newbie Groups: Member
Joined: 3/3/2008 Posts: 5
|
The documentation reads “[JavaScript] MaskedEdit.GetSegmentAt(index)
But to make it work I had to use [JavaScript] MaskedEdit.getSegmentAt(index) and eoObject.getSegmentAt(0).getText() to get the text.
GetSegmentAt || getSegmentAt
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Yes. You are correct. All the JavaScript functions has the first letter in lower case, not upper case. Thanks for pointing this out. We will correct it as soon as possible.
Thanks!
|