Search found 616 matches

by Dutchman
Mon Dec 16, 2024 11:03 am
Forum: BASIC programs
Topic: Program Template (reposted)
Replies: 2
Views: 3451
Flag: Netherlands

Re: Program Template (reposted)

Thank you for your appreciation :D
by Dutchman
Sun Dec 15, 2024 4:03 pm
Forum: BASIC programs
Topic: Program Template (reposted)
Replies: 2
Views: 3451
Flag: Netherlands

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...
by Dutchman
Sat Dec 14, 2024 1:53 pm
Forum: BASIC programs
Topic: Bug in pages or in program ?
Replies: 3
Views: 1733
Flag: Netherlands

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 :D
by Dutchman
Fri Dec 13, 2024 11:48 am
Forum: BASIC programs
Topic: Bug in pages or in program ?
Replies: 3
Views: 1733
Flag: Netherlands

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...
by Dutchman
Tue Oct 15, 2024 1:09 pm
Forum: Other topics
Topic: Referencing a n array from a function
Replies: 3
Views: 7112
Flag: Netherlands

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
by Dutchman
Tue Oct 15, 2024 1:08 pm
Forum: PDF manual (by Dutchman)
Topic: PDF manual 6-9
Replies: 3
Views: 14834
Flag: Netherlands

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...
by Dutchman
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: Netherlands

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...
by Dutchman
Fri Sep 13, 2024 8:15 am
Forum: Other topics
Topic: Customize Button appearance
Replies: 9
Views: 13033
Flag: Netherlands

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...
by Dutchman
Mon Jun 24, 2024 1:36 pm
Forum: BASIC programs
Topic: Sea combat downloads
Replies: 1
Views: 5780
Flag: Netherlands

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...
by Dutchman
Thu May 30, 2024 9:26 am
Forum: Other topics
Topic: Clubmeeting in the Netherlands?
Replies: 4
Views: 7535
Flag: Netherlands

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.