Search found 616 matches
- Mon Dec 16, 2024 11:03 am
- Forum: BASIC programs
- Topic: Program Template (reposted)
- Replies: 2
- Views: 3451
- Flag:
Re: Program Template (reposted)
Thank you for your appreciation
- Sun Dec 15, 2024 4:03 pm
- Forum: BASIC programs
- Topic: Program Template (reposted)
- Replies: 2
- Views: 3451
- Flag:
Program Template (reposted)
The "Program template", , in the section 'for beginners', created by Rbytes. has been removed a long time ago. The screenshot has remained. See https://nitisara.ru/forum/viewtopic.php?f=88&t=2352 Rbytes was a very passionate, helpful and creative member of the forum, until the app was not updated fo...
- Sat Dec 14, 2024 1:53 pm
- Forum: BASIC programs
- Topic: Bug in pages or in program ?
- Replies: 3
- Views: 1733
- Flag:
Re: Bug in pages or in program ?
Thank you very much Henko. I don't know how many hours I spent trying to fix it, but it was a lot. That's why I'm very happy that the solution is so simple.
Groeten
Groeten
- Fri Dec 13, 2024 11:48 am
- Forum: BASIC programs
- Topic: Bug in pages or in program ?
- Replies: 3
- Views: 1733
- Flag:
Bug in pages or in program ?
Apparently my question about a possible bug has gone unnoticed. See https://nitisara.ru/forum/viewtopic.php?f=28&p=15627#p15627 That's why I posted it here in the hope that someone can help. I've been trying to make a background for a custom toolbar for some time now, but I can't. I want to create t...
- Tue Oct 15, 2024 1:09 pm
- Forum: Other topics
- Topic: Referencing a n array from a function
- Replies: 3
- Views: 7112
- Flag:
Re: Referencing a n array from a function
The example has been added to the PDF-manual.
See https://nitisara.ru/forum/viewtopic.php ... 616#p15616
See https://nitisara.ru/forum/viewtopic.php ... 616#p15616
- Tue Oct 15, 2024 1:08 pm
- Forum: PDF manual (by Dutchman)
- Topic: PDF manual 6-9
- Replies: 3
- Views: 14834
- Flag:
Re: PDF manual 6-9
The example for "Reference an array from a function" has been added in the subchapter 'Arrays'. See https://nitisara.ru/forum/viewtopic.php?f=26&t=2788&p=15617#p15611 The updated PDF manual is attached below. The version date 20241015 is on the cover page at the bottom right corner. The PDF-manual i...
- Sun Oct 13, 2024 1:41 pm
- Forum: Other topics
- Topic: How to test if a variable is an integer?
- Replies: 2
- Views: 5536
- Flag:
Re: How to test if a variable is an integer?
The function 'Numeric' in the following test program culd be used 'Numbercheck DIM A$(10) A$(1)="Number" A$(2)=" 123.456" FOR i=1 TO 2 PRINT A$(i); IF Numeric(A$(i)) THEN PRINT " is a number" ELSE PRINT " is NOT a number" ENDIF NEXT i END DEF Numeric(a$) b=VAL(a$) IF STR$(b,"")=TRIM$(a$) THEN RETURN...
- Fri Sep 13, 2024 8:15 am
- Forum: Other topics
- Topic: Customize Button appearance
- Replies: 9
- Views: 13033
- Flag:
Re: Customize Button appearance
Here's a program that Rbytes made as a demo for using icons as text in buttons: 'Button Mania 'by ricardobytes » 06 May 2016 /* After finding that emoji could be used to design a clickable list, I wondered if they might be also be useful as pushbutton switches. The answer is yes. I could have conden...
- Mon Jun 24, 2024 1:36 pm
- Forum: BASIC programs
- Topic: Sea combat downloads
- Replies: 1
- Views: 5780
- Flag:
Sea combat downloads
TheSea Combat game has become virtually unattainable because Dropbox has put in place all kinds of security features when sharing. The game was developed during version 3 of SB, specifically during the introduction of sprites. Several features of sprites in SB were created on request during the deve...
- Thu May 30, 2024 9:26 am
- Forum: Other topics
- Topic: Clubmeeting in the Netherlands?
- Replies: 4
- Views: 7535
- Flag:
Re: Clubmeeting in the Netherlands?
Direct contact with forum members can be done by clicking on the name.
Then you will see a field with 'Contact<name>'
However, the recipient should then see, as 'Notificatioln', that a message has arrived.
Then you will see a field with 'Contact<name>'
However, the recipient should then see, as 'Notificatioln', that a message has arrived.