- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello;
In my debugging output, sometimes it encounters a character that "rings the bell."
Is there a way to prevent this, or at least mute it? Of course I can turn down the volume,
but maybe it would better to isolate the problem instead.
Which HEX charcter would that be, and why would that appear in formatted output?
I thought formatted output should produce only printed characters, at least if I am printing
numerical stuff.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that bell character is CHAR(7).
Jakub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting Quba
I think that bell character is CHAR(7).
Jakub
Any idea how that would creep into my output stream?
It isn't deliberate - - -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try to debug your code, and find write statement which causes problem. Then try to write it not to console but string and use index(string,char(7)) if it occurs and at which position.
If the occurence of beep is random I incline to problem of your computer - Overheating, problem with hardware, virus.
Jakub

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page