...
This commit is contained in:
parent
a6f588b7cb
commit
89f332db61
17 changed files with 233 additions and 16 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -44,6 +44,9 @@
|
|||
If GetFreeFlag = 1 Then
|
||||
|
||||
If Timeout > 240 Then
|
||||
|
||||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
StrLen TelephoneNumberProblem TelNumLen
|
||||
If TelNumLen >= 10 Then
|
||||
|
||||
|
|
@ -77,6 +80,9 @@
|
|||
|
||||
Else
|
||||
If MachineStage = "show-menu" Then
|
||||
|
||||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
StrLen TelephoneNumberProblem TelNumLen
|
||||
If TelNumLen >= 10 Then
|
||||
|
||||
|
|
@ -100,6 +106,9 @@
|
|||
|
||||
Else
|
||||
If Timeout > 5 Then
|
||||
|
||||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
StrLen TelephoneNumberProblem TelNumLen
|
||||
If TelNumLen >= 10 Then
|
||||
|
||||
|
|
@ -241,6 +250,8 @@
|
|||
|
||||
Machine RemoveCup
|
||||
|
||||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
StrLen TelephoneNumberProblem TelNumLen
|
||||
If TelNumLen >= 10 Then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue