Hi,
my code is this:
Dim p As Phone
...
P.setringermode (RINGER_SILENT)
I get:
Error description: Undeclared variable 'ringer_silent' is used before it was assigned any value.
Occurred on line: 61
P.setringermode (RINGER_SILENT)
What am I doing wrong?
Thanks
Peter
my code is this:
Dim p As Phone
...
P.setringermode (RINGER_SILENT)
I get:
Error description: Undeclared variable 'ringer_silent' is used before it was assigned any value.
Occurred on line: 61
P.setringermode (RINGER_SILENT)
What am I doing wrong?
Thanks
Peter