KB0002

How do I Specify the Object Name when Loading Components?

Applies to: VC/m

If you want to force the VC/m load function to populate objects according to a particular naming scheme, set up the following data structure for each component:

^%vcal2(2,component_type,component_name,"force")="\object\"

where:

  • 'component_type' is the code for the component type
  • 'component_name' is the name of the component
  • 'object' is the name of the object

For example, ^%vcal2(2,"R","AAA","force")="\Start\" will load the routine AAA into an object called Start.

Last reviewed: Dec 7, 2004

Back to VC/m Knowledge Base Articles