Macro: DISPLAY_CUT

Module location: FMACDD line 3225 (view source)

  #IFSAME !1 DBMS
    #IFCLASS !2 "F" // if field ref, use as is
      DISPLAY_CUT |CS"!1:!2" !3 !4 !5 !6 !7 !8 !9
    #ELSE
      #IFDEF !2 // for all classes/types, assume variable string for field ref
        DISPLAY_CUT ('!1:' + string(!2)) !3 !4 !5 !6 !7 !8 !9
      #ELSE
        #CHECK !2 _U // force cannot be untyped error.
      #ENDIF
    #ENDIF
  #ELSE
    !A [] $381 !2 !3      //Display at x and y
    !A [] $3A2 !1 !4      //cmdgetcut CUT_NAME MODE
  #ENDIF