-
The current version alows for input directly into a float variable
INPUT a -or- INPUT "Prompt",a
Hopefully this will remove the need to do
INPUT foo$
a = float(foo$)
like previously required.
Jim.
2009-11-11 17:03:38 UTC in BASIC-256
-
renejm committed revision 354 to the YADAc - Yet Another D^#% Accounting Sys SVN repository, changing 2 files.
2009-11-11 15:10:50 UTC in YADAc - Yet Another D^#% Accounting Sys
-
renejm committed revision 276 to the BASIC-256 SVN repository, changing 12 files.
2009-11-05 18:59:58 UTC in BASIC-256
-
renejm committed revision 275 to the BASIC-256 SVN repository, changing 17 files.
2009-11-05 05:06:53 UTC in BASIC-256
-
renejm committed revision 353 to the YADAc - Yet Another D^#% Accounting Sys SVN repository, changing 2 files.
2009-11-03 21:56:42 UTC in YADAc - Yet Another D^#% Accounting Sys
-
added in 0.9.3 as asc() and chr()
2009-11-03 05:23:04 UTC in BASIC-256
-
in version 0.9.3m I have completed the SAY "hi" command to shell out to espeak. install the espeak binary distribution and in windows include the espeak\command-line filder in the system path. It pops up with an annoying window in windows and I am looking to resolve that.
Also added was WAVPLAY amd WAVSTOP to play an asynchronous (background) wav file or sound effect. it uses the QT QSound...
2009-11-03 05:21:19 UTC in BASIC-256
-
#1. Yes that was the intent.
#2. in 0.9.3 concatenation was changed to allow the concat of numbers and strings and to treat the numbers as strings. + is addition of both operands are numeric else + is concat of one or both are strings.
#3. in 0.9.3m input to integer variables was added along with input without the previously required prompt string. Input will also accept array element...
2009-11-03 05:15:53 UTC in BASIC-256
-
renejm made 1 file-release changes.
2009-11-03 05:12:01 UTC in BASIC-256
-
renejm made 2 file-release changes.
2009-11-03 05:11:01 UTC in BASIC-256