Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Input box with set variable
#2
Macro
Code:
Copy      Help
int i
inp- i "" "" "" 0 "" inp_Limit3Digits
out i

Function inp_Limit3Digits
Code:
Copy      Help
;/
function# str&s

s.replacerx("\D") ;;remove nondigits
s.fix(3 2) ;;limit to 3 characters


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)