fix digit phone malay and 0x
This commit is contained in:
parent
c5fa318d1d
commit
c3b8c10d13
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
||||||
<EventOpen>
|
<EventOpen>
|
||||||
; On open
|
; On open
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Var ShowErrorText = "Invisible"
|
Var ShowErrorText = "Invisible"
|
||||||
|
|
||||||
Var Tel_Confirm_State = "Invisible"
|
Var Tel_Confirm_State = "Invisible"
|
||||||
|
|
|
||||||
|
|
@ -65,8 +65,11 @@
|
||||||
Var MaxNumber = 10
|
Var MaxNumber = 10
|
||||||
Var PosX_Cancel = 397
|
Var PosX_Cancel = 397
|
||||||
|
|
||||||
|
;Var CountryName = "Malaysia"
|
||||||
|
|
||||||
If CountryName = "Malaysia" Then
|
If CountryName = "Malaysia" Then
|
||||||
Var MaxNumber = 11
|
Var MaxNumber = 11
|
||||||
|
Var PosX_Cancel = 397
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If CountryName = "Indonesia" Then
|
If CountryName = "Indonesia" Then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue