EZ conversion (Product Configurator)

I am trying to do some very basic things with the Configurator. My
pseudocode is as follows:





StringVar PartNumber;

StringVar ViseConfig := 'LeftHand';

PartNumber := 'E380CC00259';



If (P01_TGL_2SV = True) then ViseConfig := 'RightHand';

If (P01_TGL_HLDDN = True and ViseConfig = 'RightHand') Then PartNumber
:= 'E380CC00260';



JobMtl.PartNum := QuoteMtl.PartNum := PartNumber;







I have a 4GL reference, but cannot make heads or tails of it. Could
someone recommend a code conversion for my pseudocode? I will be able
to take it from there.



Very high thanks in advance!



Bruce B.





[Non-text portions of this message have been removed]