Search found 676 matches

by Henko
Fri Jul 24, 2026 4:10 pm
Forum: BASIC programs
Topic: Kaprekar’s constant 6174
Replies: 1
Views: 28
Flag: Netherlands

Kaprekar’s constant 6174

' Kaprekar's constant 6174 ' ' start with any 4 digit number, with at least 2 digits ' different from each other, and greater than 1000. ' Make two new numbers by sorting the number digits upward and ' downward. ' Calculate the difference and repeat the previous step with ' that difference. ' After...
by Henko
Mon Jan 05, 2026 2:48 pm
Forum: BASIC programs
Topic: Extension of NOTES
Replies: 7
Views: 10746
Flag: Netherlands

Re: Extension of NOTES

Ok, i followed the correct procedure now, and it works fine.
Quite a project.
Are you planning to design & code a random music generator with this toolkit?
by Henko
Sun Jan 04, 2026 8:12 pm
Forum: BASIC programs
Topic: Extension of NOTES
Replies: 7
Views: 10746
Flag: Netherlands

Re: Extension of NOTES

I did copy the program. When running the code, a list is printed on the screen, and then the program “hangs”, anyhow i don’t hear sound or music. In the code, i see that the play function is executed (just before the “stop” statement, but no sound. The iPad volume (using the volume button) is 2/3. A...
by Henko
Sun Jan 04, 2026 8:11 am
Forum: BASIC programs
Topic: Extension of NOTES
Replies: 7
Views: 10746
Flag: Netherlands

Re: Extension of NOTES

Hi,
I know nothing about composing music, but just curious:
The program produces a long list with likewise records. Are they midi commands?
What can one do with this list (or output as a file)?
If they are notes, how can they be heared?
by Henko
Sun Nov 23, 2025 2:23 pm
Forum: BASIC programs
Topic: Are you able to fill a simple input window?
Replies: 2
Views: 5875
Flag: Netherlands

Are you able to fill a simple input window?

The input window generated by this little program contains 4 input fields and an “ok” button to confirm the entered data. Let’s see if you can finish the input windoe in a proper way. The first three field must reach recieve at least 3 characters. The fourth field must recieve a number. Don’t forget...
by Henko
Thu Nov 20, 2025 6:10 pm
Forum: BASIC programs
Topic: Test the WiFi connection
Replies: 10
Views: 22721
Flag: Netherlands

Re: Test the WiFi connection

Like my son explained to me: a router may not be configured to handle “ping” requests from the internal network to the router itself. In that case, the ping request does not get an answer, and apparently the ping command keeps trying to get an answer for 10 seconds, and then concludes with a “0” re...
by Henko
Thu Nov 20, 2025 11:41 am
Forum: BASIC programs
Topic: Test the WiFi connection
Replies: 10
Views: 22721
Flag: Netherlands

Re: Test the WiFi connection

Like my son explained to me: a router may not be configured to handle “ping” requests from the internal network to the router itself. In that case, the ping request does not get an answer, and apparently the ping command keeps trying to get an answer for 10 seconds, and then concludes with a “0” res...
by Henko
Mon Nov 17, 2025 8:18 pm
Forum: BASIC programs
Topic: Test the WiFi connection
Replies: 10
Views: 22721
Flag: Netherlands

Re: Test the WiFi connection

I asked my sun:

Hoi,

Niet alle apparaten zijn geconfigureerd om op een ping te antwoorden.
(Not all hardware units are configured to answer a ping)

https://en.wikipedia.org/wiki/Internet_ ... e_Protocol

Groets,
by Henko
Mon Nov 17, 2025 6:05 pm
Forum: BASIC programs
Topic: Test the WiFi connection
Replies: 10
Views: 22721
Flag: Netherlands

Re: Test the WiFi connection

Yes, i get the same result while “pinging” the IP adress of my router. I’ll look into that.
by Henko
Mon Nov 17, 2025 2:39 pm
Forum: BASIC programs
Topic: Test the WiFi connection
Replies: 10
Views: 22721
Flag: Netherlands

Re: Test the WiFi connection

I have no idea.
I will try that here, polling my own IP address. If i get the same result, i wll ask around, because i want to know what’s happening.