Macro: REGISTER_RESOURCE

Module location: FMAC line 2897 (view source)

#COMMAND REAL TR #REAL V$ #REPLACE !1 |VR!v #IF (!0>1) REAL !2 !3 !4 !5 !6 !7 !8 !9 #ENDIF #ENDCOMMAND -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: REGISTER_RESOURCE resourceName Descrtiption: A command to register a resource for use prior to its inclusion. Parmeters: resourceName Name of the resource (NOT in quotes). -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  #IFDEF !1.RSC
  #ELSE
    #REPLACE !1.RSC |CI!ZR // create unique resource symbol.
    #RESOURCE $0 !Zr 0 !1  // register resource; $0 = no filename; 0 = no type.
  #ENDIF