Re: Apparent newbie question > if length? TEST-BLOCK < 4 [ > print "block too short" > ] >
Try .. (length? test-block) < 4 -- Graham -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
Re: Apparent newbie question > if length? TEST-BLOCK < 4 [ > print "block too short" > ] >
Try .. (length? test-block) < 4 -- Graham -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.