|
| Purpose | Write the current chart into a RMC-file or a string. |
| Parameter | |
| sTarget (String) | If you want to
write the RMC content string into a file, pass the name of the file. If the file name has no extension, *.rmc will be used.
Or you can pass a reference to an empty string variable, which will hold the content after succesfull function call. |
| Return value | Zero if successful or an element of the RMCError enumeration. |
| Remarks | See Concept of the RMC content string for
more informations. |
| Example | See the "MiniDesigner" in the VB Demo Project. |