PROMPT

From MusiCAD
Jump to navigation Jump to search

PROMPT is a template function that you can use in a layout template to adjust a setting.

Syntax:

   PROMPT( notification, parameter );

Examples

Ask to set the number of repetitions:

   PROMPT( Number of repeats?, iRepeatCount );

Using translations this becomes:

   PROMPT( #askRepeat, iRepeatCount );


Template functions

ADDPARTCALCULATECONFIRMDELETEPARTERRORMESSAGEMODIFYPARTOPENFILEOPENLISTPROMPTREQUIRESAVEFILESELECTPARTSETSETPARTTRANSPOSEUSEPATTERNUSETEMPLATE

FAQspecial constructsconditionsparametersvariablestranslation