![mikroElektronika SpeakUp User Manual Download Page 23](http://html1.mh-extra.com/html/mikroelektronika/speakup/speakup_user-manual_1794107023.webp)
Page 23
mikroBasic
mikroPascal
8.8. Exporting Constants
Each recorded voice command is given an index number which is sent to the
host MCU. You can export voice command names and their indexes as constants.
The exported document will be in the form of a source file (in any of the three
languages), as shown below.
mikroC
/*
This file is generated by SpeakUp Software.
It containts voice commands constants.
Creation date: 4/3/2014 Creation time: 11:20:09 AM
Name: Turn ON Program A Index: 0 Length: 0.0 s
Description: Turns on Program A
*/
const
VCMD_TURN_ON_PROGRAM_A = 0;
/*
Name: Turn ON program B Index: 1 Length: 0.0 s
Description: Turns on Program A
*/
const
VCMD_TURN_ON_PROGRAM_B = 1;