fix digit phone malay and 0x
This commit is contained in:
parent
f3e583b26a
commit
c5fa318d1d
5 changed files with 20 additions and 67 deletions
|
|
@ -135,7 +135,7 @@
|
|||
Var MaxNumber = 10
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
|
||||
Var MaxNumber = 11
|
||||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
|
|
@ -566,20 +566,12 @@
|
|||
Var Tel2DFlag = 0
|
||||
|
||||
Var Tel2D = TelephoneNumber
|
||||
Trim Tel2D 2
|
||||
Trim Tel2D 1
|
||||
|
||||
If Tel2D = "06" Then
|
||||
If Tel2D = "0" 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
|
||||
Var Tel2DFlag = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue