Synopsis

PDX_MSGT mda_DbgSaveEntities(long option, char *file, char *db_ptrs)

Purpose

Save entities as a saved model file

Description

This function simply builds an array out of the database pointers in @db_ptrs and calls mda_SaveEntities. The db_ptrs character specifies the entities to be saved. Pointers must be delimited with spaces or commas. Database pointers may be specified in decimal or hexadecimal, or a mixture of the two. Only minimal error checking is performed on the string. Up to 32 entities may be specified in the string. An example string would be:

"134217729 134217730 0x8000001"

Note that mda_SaveEntities is always invoked with the MDA_OVERWRITE option.

Input

option

Options (not used)

file

File to store model in

db_ptrs

List of database pointers to save

Return

MDA error code