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
1 changed files with 2 additions and 1 deletions

View File

@ -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)