Search found 87 matches

by djsfantasi
Jan 19, 2015 18:19
Forum: Community Discussion
Topic: A-Code compile on PC; runtime on Arduino
Replies: 0
Views: 1271

A-Code compile on PC; runtime on Arduino

This is a continuation of a project from 4 years ago. At that time, I designed and implemented a program to take English like commands ("Blink Slowly") and execute them on an SSC-32. I have since split the program into two modules. One which translates the English commands into integer tok...
by djsfantasi
Mar 03, 2013 15:37
Forum: Beginners
Topic: Log user using program
Replies: 9
Views: 1924

Re: Log user using program

There should be a system environment variable called "username" (open a command prompt; type "set u<enter>" and check the values returned.) There is a way to access environment variables. Get the username from the environment variable and append it (along with date, time and anyt...
by djsfantasi
Sep 16, 2012 14:01
Forum: General
Topic: Balloons
Replies: 22
Views: 1747

Re: Ballons

Move the RANDOMIZE command to the beginning of your program, outside of the FOR...NEXT loop.

It only needs to be called once.

dj
by djsfantasi
Jun 28, 2012 18:19
Forum: Beginners
Topic: e-mailing from Basic
Replies: 9
Views: 1868

Re: e-mailing from Basic

I can also recommend "blat"; I use it myself.

dj
by djsfantasi
Jun 01, 2012 0:20
Forum: Community Discussion
Topic: Back2BASIC #6
Replies: 7
Views: 1371

Re: Back2BASIC #6

Thanks, Lachie
by djsfantasi
Apr 29, 2012 15:26
Forum: Community Discussion
Topic: Back2BASIC news
Replies: 26
Views: 4035

Re: Back2BASIC news

How about tables? I have many tables generated in Excel and then cut and pasted into Word ( the article is saved from Word in HTM format ). How do I convert them into or specify them for your desired format? I guess I could take screen shots and include them as images... Also the style guide refers ...
by djsfantasi
Apr 28, 2012 14:27
Forum: Community Discussion
Topic: Back2BASIC news
Replies: 26
Views: 4035

Re: Back2BASIC news

What format do you want submissions?

Is it HTML? Is Microsoft HTML (produced from Word) acceptable?

dj
by djsfantasi
Apr 23, 2012 0:43
Forum: Beginners
Topic: How much memory...?
Replies: 5
Views: 774

How much memory...?

How can I tell how much memory space my program is using when running? I want to port my FreeBASIC code to a μ-processor and am trying to determine if I can fit my variables into its limited memory space...

Anyone else try to do this before?
by djsfantasi
Apr 21, 2012 14:42
Forum: Beginners
Topic: Moving to more Advanced Techniques
Replies: 5
Views: 1034

Re: Moving to more Advanced Techniques

So can an array of UDTs be REDIMmed like a standard array?

I see 4 UDTs from my example. Player, Script, Label, and Move. Do you agree?
by djsfantasi
Apr 21, 2012 0:29
Forum: Beginners
Topic: Moving to more Advanced Techniques
Replies: 5
Views: 1034

Re: Moving to more Advanced Techniques

Oops, clicked the wrong button. That was a link to my old project that implemented an interpreter for scripting an animatronic figure. I've written about my program that interprets a set of text files into actions to drive animatronic figures (a-code), that are controlled by a serial servo controlle...
by djsfantasi
Apr 12, 2012 18:38
Forum: General
Topic: Shell issue
Replies: 10
Views: 1782

Re: Shell issue

I am curious...

Do you mean to execute the following?
Shell("""c:\temp\toto\test.bat""")

Otherwise Windows may be looking for a folder named "toto test.bat" (Yes, you can have .'s in a folder name...)
by djsfantasi
Mar 06, 2012 16:03
Forum: Community Discussion
Topic: Favorite Classic Arcade Game?
Replies: 24
Views: 4076

Re: Favorite Classic Arcade Game?

Galaga for sure!
by djsfantasi
Mar 03, 2012 15:48
Forum: Beginners
Topic: Exec and variables
Replies: 5
Views: 988

Re: Exec and variables

In WIndows Explorer, right-click on the program and select "Properties". These is a tab named "Compatibility" and there should be a checkbox for "Run As Administrator". Check it, apply and exit.

I had a picture. but can't see how to upload one in this forum.
by djsfantasi
Oct 17, 2011 21:47
Forum: Community Discussion
Topic: All my FreeBasic bookmarks don't work?
Replies: 13
Views: 2024

I didn't have any commas in my links - when I typed the text in, I think the editor added them. (I am an IT manager for an Internet ASP, so I know I have the links syntax correct). This link, http://freebasic.net/forum does not keep me logged in. This link, http://www.freebasic.net/forum/index.php ,...