[futurebasic] Window in Background Problem

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2004 : Group Archive : Group : All Groups

From: Brian Heibert <bheibert@...>
Date: Mon, 11 Oct 2004 21:42:03 -0500
Hi, there is something wrong with this code:

CASE UCASE$(LEFT$(lineStr,4)) = "WIN "
Lft=VAL(MID$(lineStr,5))
Md$= STR$(MID$(lineStr,7))
Sz1 = VAL(MID$(lineStr,2))
Sz2 = VAL(MID$(lineStr,2))
Sz3 = VAL(MID$(lineStr,2))
Sz4 = VAL(MID$(lineStr,2))
WINDOW #lft,md$, (Sz1,Sz2) - (Sz3,Sz4)

I am getting a window but it is being put in the background

Brian