Style Tips 

Topic Date /
Examples /
Link to comments
3 Use consistent and reasonable indentation This applies to a sequence of similar statements and to  if/endif statements. Example:

// Additional text input fields in case of order change 
if Q[Transaction=VA02]  
  InputField (11,1) “Proc. instruction”  (11,30)  name=”VA02_text_proc”       size=40
  InputField (12,1) “Special shipment”   (12,30)  name=”VA02_text_specship”   size=40
endif 

Last update: July 4, 2004

Use consistent and reasonable indentation