String Operations on Commodore Computers

Commodore BASIC has some interesting and simple string functions built in. Three of them are self explanatory: LEN, LEFT$ and RIGHT$. But others, like the mysterious MID$ and INSTR functions, are a little tricker, and I can never remember how they works. So here’s a quick recap on how they all work. LEN (A$) Returns … Read more

How to play sounds and music on the Commodore Plus/4

The Plus/4 has a total of two voices thanks to its integrated TED chip, which is also responsible for rendering text and graphics on screen. The first voice can play square waves, while the second one can generate either square wave sounds or white noise.

Let’s see how we can make him play a tune.

We can use some BASIC keywords to make the Plus/4 be all musical. First we need to turn up the volume by using the VOL command. We can set this to anything between 0 and 8.

VOL 8

Next we can use the SOUND command to make each channel play a note, like so:

SOUND 1,400,60

This will play a one-second long note on channel 1.

Read more

How to turn off PayPal Notifications in the Facebook Messenger App on iOS

In this video I’ll show you how to switch off those super annoying PayPal notifications in the Facebook Messenger App in iOS on my iPhone 6s Plus. I’ve recorded this video on iOS 11 in March 2018. https://wpguru.co.uk/wp-content/uploads/2018/08/Switch-off-PayPal-Notifications-in-Facebook-Messenger-on-iOS.mp3Podcast: Download (Duration: 2:46 — 2.5MB)