Check Evaluate Construct results for more constructs
This commit is contained in:
parent
97c3a1dda4
commit
fe11d5fb35
|
@ -221,7 +221,8 @@ Namespace ScriptVersion2
|
|||
End If
|
||||
foundNOT = False
|
||||
|
||||
output &= resultValue.ToString()
|
||||
input = resultValue.ToString() & input
|
||||
|
||||
Else
|
||||
output &= input(0)
|
||||
input = input.Remove(0, 1)
|
||||
|
|
Loading…
Reference in New Issue