/* Store Stat Spot */

address spot
options results

'IsIconified'
If RC=0 Then do
	'UnIconify'
	POS=3
end
'IsAreaList'
If RC=0 Then POS=1
'IsMessageList'
If RC=0 Then POS=2
'ismessages'
if rc=0 then pos=4

'getareaname'
ar = result

posso= pos||"#"||ar

exit posso