The code below should work.

Code:
HSERIN [Inc]
	HSEROUT ["Tx Received", 10]
	if inc = "something" then goto here
        else
       goto there
       endif
Al.