|
|
|
|
|
<Diagram variable>.Save (Function) In french: <Variable Diagramme>.Sauve Saves a diagram as a "diag" file. MonDiagramme is Diagram
MonDiagramme.Save("diagramme1.wddiag")
IF ErrorOccurred THEN
Error("Fichier non sauvegardé : " + ErrorInfo())
END
Syntax
<Result> = <Diagram>.Save(<File>)
<Result>: Boolean - True if saved successfully,
- False otherwise. ErrorInfo returns more details about the error.
<Diagram>: Diagram variable Name of the Diagram variable to be used. <File>: Character string Full path of the "diag" file. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|