Search the web
Sign In
New User? Sign Up
blassic · Blassic, the Classic Basic.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 87 - 186 of 233   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87
Hi! Is it possible to get compiled version of 0.11.0 or never. I tried to compile your source with LCC, maybe I mixed something ...it didn't work. Or somekind...
kepu_k
Offline Send Email
Jan 14, 2006
3:01 am
88
... I think that LCC is only a C compiler, you need a C++ compiler to build Blassic. You need a linux or other unix variant, or use cygwin or mingw in windows,...
not_found_blassic
not_found_bl...
Offline Send Email
Jan 15, 2006
11:04 pm
89
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File : /Blassic...
blassic@yahoogroups.com
Send Email
Mar 23, 2006
9:43 am
90
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File : /Blassic...
blassic@yahoogroups.com
Send Email
Mar 26, 2006
7:57 am
91
Can i lock a record in random mode?...
giuseppediiorio
Offline Send Email
Mar 31, 2006
8:11 pm
92
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File : /Blassic...
blassic@yahoogroups.com
Send Email
Apr 1, 2006
8:43 am
93
Well I hope the updated docs are a help to people, more work to do on them for sure but most of the stuff is now there, all the Syntax has been checked and...
kfasheldon
Offline Send Email
Apr 1, 2006
8:50 am
95
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File : /MagicMenus.bas...
blassic@yahoogroups.com
Send Email
Apr 19, 2006
2:35 pm
96
... No, there are no file locking capabilities at all, nor plans to do it because I don't have programs that uses them nor environments and time to test that...
not_found_blassic
not_found_bl...
Offline Send Email
Apr 25, 2006
5:49 pm
97
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the blassic group. File :...
blassic@yahoogroups.com
Send Email
Jun 7, 2006
7:44 pm
98
I've found the commands I need to put a point on a graphics screen, and to change colors, and all that - but is there a way to read the color of a point on the...
Tara Li
tara_li
Offline Send Email
Sep 18, 2006
4:32 am
99
hello, I downloaded the blassic.tgz file under Windows. 349146 bytes I unpacked: gzip -d blassic.tgz creating blassic.tar , 349416 bytes but now I can't...
guenter stertenbrink
sterten2000
Offline Send Email
Sep 23, 2006
3:30 pm
100
... The .tgz file is a .tar file that has been gzipped, as you found when you gunzip'd it. You would use something like tar xvf blassic.tar to unpack that...
Tara Li
tara_li
Offline Send Email
Sep 23, 2006
6:05 pm
101
... Sorry for the delay, I don't received the messages from the group because of a problem in my mail client. There are the functions TEST and TESTR, the...
not_found_blassic
not_found_bl...
Offline Send Email
Jan 12, 2007
9:47 pm
102
Did you want to install Blassic on a router? This guy do it! http://www.picinternetprojects.247n.com/SunspotIpkgs-Blassic.html ...
not_found_blassic
not_found_bl...
Offline Send Email
Jan 12, 2007
9:54 pm
103
... He got me into it and that is why I joined a few days ago! http://www.sunspot.co.uk/Projects/sweexproject.htm menu item 12 come and join us for less than...
fgmarshall
Offline Send Email
Jan 13, 2007
8:50 am
107
Hello, just wanted to say that blassic is a really great BASIC. Unfortunately I wasn't able to compile under Ubuntu (something wrong with the ncurses and...
cybermonkey342
Offline Send Email
Mar 7, 2007
10:02 am
122
This group seems a bit un-loved! But if you come here note that Blassic on a £15 router is a great project control tool - more notes here - ...
Graham
fgmarshall
Offline Send Email
Jul 29, 2007
8:39 am
151
Hello! I am new to the group and brand new to Blassic. I have been looking at several BASIC implementations for some old-school programming, and am very...
djpeterso23662
Offline Send Email
Dec 26, 2007
9:44 pm
152
... Well, I would recommend to use version 0.10.0 of Blassic because the version 0.11.0 isn't stable yet. I even didn't manage to compile version 0.11.0....
cybermonkey342
Offline Send Email
Dec 27, 2007
2:45 pm
153
Howdy folks! I have found that my Blassic problem with Cygwin (see below) is apparently limited to Cygwin under an xterm and tcsh. Running under tcsh in a...
David Peterson
djpeterso23662
Offline Send Email
Jan 3, 2008
8:35 pm
154
Hello. ... I'm unable to reproduce your problem, I don't have a system with cygwin avaliable. You can use the --info command line options, maybe it shows some...
not_found_blassic
not_found_bl...
Offline Send Email
Jan 13, 2008
1:35 am
155
Hello. I'm writing a new documentation for Blassic. This time I hope to complete it in reasonable time. I'm using TiddlyWiki, http://www.tiddlywiki.org Is a...
not_found_blassic
not_found_bl...
Offline Send Email
Jan 14, 2008
9:04 pm
164
hi there i urgently need help on creating a petrol pump in blassic. my teacher has told me to do it in blassic, however, i have no experience with it :@ there...
salamankodrou
Offline Send Email
Mar 2, 2008
8:28 pm
167
In a program I'm writing, I used DIM EX(24,4), which worked fine. But then when I called it with FOR I=1 TO 24 FOR J=1 TO 4 READ EX(I,J) NEXT J NEXT I I got...
Hertz
atticshek
Online Now Send Email
Mar 31, 2008
2:27 pm
168
Hello. ... Maybe the error is in the DATA statement. In that case, the line number reported is the one that contains the READ instruction. If not, please post...
not_found_blassic
not_found_bl...
Offline Send Email
Mar 31, 2008
3:30 pm
169
Here are two pieces of code. The first produces no error; the second produces an error. What in the world is the relevant difference between the two pieces of...
Hertz
atticshek
Online Now Send Email
Apr 1, 2008
6:35 pm
170
6240 DATA 0,15,0,0, 0,16,0,0¿? 5,17,12,0, 0,18,0,11 ... 6240 DATA 0,15,0,0, 0,16, 0,0 ¿? 5,17 ,12,0, 0,18,0,11 2008/4/1, Hertz < atticshek@... >: Here...
Alberto Aleix
asterix_pagano
Offline Send Email
Apr 2, 2008
8:29 am
171
I cannot believe it was something that dumb. It works now. Thank you!...
Hertz
atticshek
Online Now Send Email
Apr 3, 2008
2:28 pm
186
So many of the commands I think might be able to do this are as yet undocumented. Help! lol Thanks in advance... - Drake Steele....
Drake Steele
drake_steele
Online Now Send Email
Jul 31, 2008
2:11 am
Messages 87 - 186 of 233   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help