Ahhh, great Lars. I finally got it to work! I took out the extra step at end so it's like this now and working perfectly;
searchStamp NVARCHAR(45) := '';
select theTime into searchStamp from MYSCHEMA.TABLE where condition = 'x';
select theTime into searchStamp from myStamp;
Many thanks!
-Patrick