Skip to content

Properties settings #10

@PELock

Description

@PELock

Property settings

Func Speak($Text, $Rate, $Vol)
    $voice.Rate = $Rate
    $voice.Volume = $Vol
    $voice.Speak ($Text)
EndFunc   ;==>Speak

Error:

"e-properties.au3" (2:11) : ==> Expected function call or assignment.:
$voice.Rate = $Rate
$voice^ ERROR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions