Cannot use this in a variable assignment or as a parameter value

Issue #564 new
Stacey Beard created an issue

Problem

The value this (or equivalently target) cannot be used in a variable assignment or as a parameter in a operation call.

Steps to reproduce

  1. Try to assign the value this or target in a message view variable assignment.
  2. Try to pass this or target as a parameter in a message view operation call.

Actual result

The above will fail to parse and won’t be accepted.

Expected result

Using this or target should be possible.

Environment & Version

Windows 10 Home 1909

TouchCORE version:

Comments (1)

  1. Log in to comment