Only One Parameter may use the Assigns Option

From Xojo Documentation

Error message

You used the Assigns keyword with more than one parameter. You can use Assigns with only one parameter and it must be the last parameter.

Sample Code

The following method declaration uses Assigns twice.

See Also

Assigns keyword.