Check Evaluate Construct results for more constructs

This commit is contained in:
darkfire006 2021-10-19 19:02:59 -05:00
parent 97c3a1dda4
commit fe11d5fb35

View File

@ -221,7 +221,8 @@ Namespace ScriptVersion2
End If End If
foundNOT = False foundNOT = False
output &= resultValue.ToString() input = resultValue.ToString() & input
Else Else
output &= input(0) output &= input(0)
input = input.Remove(0, 1) input = input.Remove(0, 1)