Search found 256 matches

by swensont
Mon Sep 26, 2022 12:18 am
Forum: Software & Programming
Topic: Rounding in QSpread
Replies: 9
Views: 1706

Re: Rounding in QSpread

I was not trying to balance my checkbook, but converting Gregorian data to Julian Day. The current Julian Day is 2459847.5, which will round up.

Tim
by swensont
Thu Sep 22, 2022 5:12 am
Forum: Software & Programming
Topic: Rounding in QSpread
Replies: 9
Views: 1706

Rounding in QSpread

I've been tinkering with Qspread and I found that despite having rounding turned off, it will still round up larger numbers. If I type in a 6 digit number with a decimal (123456.5) it will display it as 123456.5. If I type in a 7 digit number with a decimal (1234567.5) it will display it as 1234568....
by swensont
Wed Sep 07, 2022 6:13 am
Forum: Software & Programming
Topic: Othello Helper
Replies: 0
Views: 4593

Othello Helper

I wrote a program that can be used to step through Othello games, seeing the moves live. I tried reading a number of Othello tutorials, but the example boards/games were hard to see timewise. This program will take a list of Othello moves and display them one after the other (pausing in between). It...
by swensont
Tue Aug 16, 2022 11:21 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7392

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman,

I see you found the issues that I found when getting SSB to "compile" itself. Glad to see the updates and that you have modified it to work as you want.

Tim Swenson
by swensont
Thu Aug 11, 2022 10:32 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7392

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman, Why not release both _SSB and _BAS. I would call _SSB the source code and _BAS the "runtime" :-) The purpose of SSB was to make code that is easy to use (and add a few per-processor nice-to-haves). Even those that don't have SSB, the _SSB code would be easier to read and understand...
by swensont
Tue Aug 09, 2022 6:46 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7392

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman, The ** will create a REMark statement. The other comment is ## which does not show up in the final BASIC program. This is what I use. The full code with comments ends with _SSB. When I convert to _BAS, I leave out the comments. I don't see them as needed as no one should be reading the _BAS ...
by swensont
Mon Aug 08, 2022 4:59 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7392

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman, Comments are only allowed as the first statement in a line (similar to shell scripting). So you line: x = 1: ** Just a variable named x. I not allowed in SSB and the ** is not the first two characters of the line. As for the line: 1020 REMark Indented comment. You are right in that REMARK is...
by swensont
Sun Aug 07, 2022 11:16 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7392

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

I wondered why my ears were burning earlier this morning.

Norman, if you have any questions on SSB, feel free to reach out to me.

Tim
by swensont
Sun Aug 07, 2022 11:13 pm
Forum: General QL Chat
Topic: Metacomco C Manual
Replies: 47
Views: 27360

Re: Metacomco C Manual

Any update on a better version of the Metacomco C manual?

Thanks,

Tim
by swensont
Fri Apr 22, 2022 10:02 pm
Forum: Software & Programming
Topic: RCS (revision control system)
Replies: 31
Views: 7476

Re: RCS (revision control system)

Looking back at QHJ #28, when I looked at RCS, I reported that 'diff' came with C68. In looking at the current version of C68, I'm not seeing 'diff' on any of the three download files. I'll look through some old diskettes and see if I have an older version of C68 with diff. Tim BTW, all issues of th...