Dotted variables only on the RIGHT side of expressions operator..

----- Original Message ----- 
From: "Steve Breen" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Saturday, November 08, 2008 11:04 PM
Subject: [RBASE-L] - I do not have it right yet, do I ?


-- test command A100808T
-- Set variable vCheck_List
-- Used to remind a user to Check A Spread Sheet for Customer Equipment
Verifcation
-- Major Assumption - var This_CustNub2 is set on form entry
-- This is being used as a entry - exit eep

Clear var vCheck_List

if .vthis_custnub2 = custnub2 in specinstr and UnitList like 'Y' then
set var vCheck_List = 'test1'

if .vthis_custnub2 = custnub2 in specinstr and UnitList like 'N' then
set var vCheck_List = 'test2'

endif


Reply via email to