if @wksta = "Computer"

len("Computer")=8
8-2=6

substr("Computer",6,3)="ter"

which is the same thing as right("Computer",3)
_________________________
(... better days ahead)