Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#Define maxlen 3
IF LEN(ALLTRIM(this.value))>maxlen
this.Value = LEFT(ALLTRIM(this.Value),maxlen)
this.SelStart=maxlen-1
ENDIF
#Define maxlen 3
IF LEN(ALLTRIM(this.value))>maxlen
this.Value = RIGHT(ALLTRIM(this.Value),maxlen)
this.SelStart=maxlen
ENDIF
i have seen in this forum of example using of ChrTrans function for this problem