<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I want to take the mouseLoc and add a variable such as 14,12 to it and 
store it in another variable.</DIV>
<DIV><FONT face=Arial size=2>Trying the statements below in the multiline 
message box:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>put the mouseLoc + 14,12 into vResult</DIV>
<DIV>put vResult</DIV>
<DIV> </DIV>
<DIV>
<P><FONT face=Arial size=2>produces this error message.</FONT></P>
<P>Message execution error:</P>
<P>Error description: Operators +: error in left operand</P>
<P><FONT face=Arial size=2>Can this be done and if so, how?</FONT></P>
<P><FONT face=Arial size=2></FONT> </P></DIV></BODY></HTML>