fix digit phone malay and 0x
This commit is contained in:
parent
f3e583b26a
commit
c5fa318d1d
5 changed files with 20 additions and 67 deletions
|
|
@ -66,7 +66,7 @@
|
|||
Var PosX_Cancel = 397
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
|
||||
Var MaxNumber = 11
|
||||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
|
|
@ -662,21 +662,13 @@
|
|||
Var Tel2DFlag = 0
|
||||
|
||||
Var Tel2D = TelephoneNumber
|
||||
Trim Tel2D 2
|
||||
Trim Tel2D 1
|
||||
|
||||
If Tel2D = "06" Then
|
||||
Var Tel2DFlag = 1
|
||||
EndIf
|
||||
If Tel2D = "07" Then
|
||||
Var Tel2DFlag = 1
|
||||
EndIf
|
||||
If Tel2D = "08" Then
|
||||
Var Tel2DFlag = 1
|
||||
EndIf
|
||||
If Tel2D = "09" Then
|
||||
If Tel2D = "0" Then
|
||||
Var Tel2DFlag = 1
|
||||
EndIf
|
||||
|
||||
|
||||
If Tel2DFlag = 1 Then
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue