Search found 612 matches

by Dutchman
Tue Oct 15, 2024 1:09 pm
Forum: Other topics
Topic: Referencing a n array from a function
Replies: 3
Views: 924
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: 2645
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: 970
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: 2750
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: 2533
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: 2930
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.
by Dutchman
Tue May 28, 2024 10:06 am
Forum: BASIC programs
Topic: 3 Remarks on NOTES
Replies: 5
Views: 7765
Flag: Netherlands

Re: 3 Remarks on NOTES

OK, the manual has been updated. See page 60
by Dutchman
Tue May 28, 2024 10:03 am
Forum: PDF manual (by Dutchman)
Topic: PDF manual 6-9
Replies: 3
Views: 2645
Flag: Netherlands

Re: PDF manual 6-9

The remarks on NOTES TEMPO have been corrected. See https://nitisara.ru/forum/viewtopic.php?f=20&p=15535#p15535 The updated PDF manual is attached. The version date 20240528 is on the cover page at the bottom right corner. It is also available in the DropBox-folder https://www.dropbox.com/sh/zpsvd55...
by Dutchman
Mon May 27, 2024 8:22 am
Forum: Other topics
Topic: Clubmeeting in the Netherlands?
Replies: 4
Views: 2930
Flag: Netherlands

Re: Clubmeeting in the Netherlands?

Ik zit sinds 2013 op dit forum en daarover heb ik niets gelezen.
by Dutchman
Sun May 26, 2024 1:46 pm
Forum: BASIC programs
Topic: 3 Remarks on NOTES
Replies: 5
Views: 7765
Flag: Netherlands

Re: 3 Remarks on NOTES

Your remarks on NOTES TEMPO have been added to the PDF-manual.