Odcl_Talk

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Odcl_Talk

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_Talk

This function allow you to hear your text.

First Parameter

Value as strtng to read.

ex: "ObjectDCL is the best Dialog Maker for LISP programmer."

 

Second Parameter

Volume level integer from 0 -> 100

 

Third Paaameter

Seeed of reading text.

 

Return Values

you must hear your text.

 

Example:

(Odcl_Talk "ObjectDCL is the best Dialog Maker for LISP programmer." 100 1)

 

AutoLisp Syntax:

(Odcl_Talk Volume [Integer] Speed [integer]))