You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I noticed it on a longer IF-ELSE-END CONVERSATION piece of code, but here is the problem: FirstTokenIndex points not to END keyword but to @handle variable reference which is wrong. On screenshot below FirstTokenIndex should be 178, not 182.
LastTokenIndex points here to semicolon position which is correct.
The text was updated successfully, but these errors were encountered:
IVNSTN
changed the title
EndConversation object has wrong FirstTokenIndex value
EndConversationStatement object has wrong FirstTokenIndex value
Aug 20, 2024
ScriptDom version: 161.9123
Parser compatibility level: 150
Code example
Actually, I noticed it on a longer IF-ELSE-END CONVERSATION piece of code, but here is the problem: FirstTokenIndex points not to
END
keyword but to@handle
variable reference which is wrong. On screenshot below FirstTokenIndex should be 178, not 182.LastTokenIndex points here to semicolon position which is correct.
The text was updated successfully, but these errors were encountered: