Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
... Doyle: Thanks for the info. I tried to find BCXIDE on the forum website and on your website but it doesn't seem to be in either place. I may have missed...
7011
Prof. Roberto Berrospe
rabm@...
Jun 1, 2002 7:07 am
Here is the BCX definition file for conTEXT...! This need to be copied in the HIGLIGHTERS directory unde conTEXT directory instalation. I have indluded all...
... Attached is the beginning of a Font and Formatting Toolbar. Comments appreciated. I have used a .bcx extension on the file as Bluepagan suggested. Robert...
... Try this one, Robert. It's another "start" on an MDI for BCXIDE. It doesn't do anything, just has code for rebar/toolbar stuff that seems to work. If you...
Bluepagan <BluePagan@...> said; ... I've been using the .bcx extension since BCX 2.82 to differentiate BCX files from the .rqw (Rapid-Q Windows), .rql...
I have reworked the INPUT command in BCX so that multiple variables in statements like this: INPUT "Enter Something> ", a,b,c can be entered on one line, like...
... I change my bc.exe to bcx.exe. My QBASIC compiler is BC.EXE as is my BorlandC 3.1 IDE for DOS. It's not a problem to make that change but all the batch...
Robert: I have tried several times to download BCX.chl from the attachment to Roberto's post, but have had no luck. I get the message that the attachment has...
7022
BCX@yahoogroups.com
Jun 1, 2002 8:09 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /Prof. Roberto...
7023
Prof. Roberto Berrospe
rabm@...
Jun 1, 2002 8:23 pm
Yes, i have do it now... Sorry... Prof. Roberto Berrospe - Florida Uruguay Email: rabm@... Msn: rabm@... Web:...
I have a bunch of subs that get called. Sometimes they will become nested, so SUB#1 could call SUB#4 which could call SUB#5. Sometimes each are simply called...
... John, What you're doing is perfectly legal. The following program illustrates something to be mindful of. STRINGS, when used as SUB and FUNCTION...
The silence was deafening so I posted my question to comp.lang.c, donned my kevlar underware, and awaited the inevitable condescending diatribe. I now have a...
Thanks Kevin. What are 1 dimensional numeric arrays? Thanks John ... __________________________________________________ Do You Yahoo!? Yahoo! Tax Center -...
Ever the one to bring up small details :-) here is another one: The DELAY statement is capable of handling fractional as well as integer seconds. In fact does...
And are they passed by reference or value? Not clear (at least to me) from the previous posts. I'm assuming reference (pointer) and so the SUB/FUNCTION can...
Kevin, ... I know what you mean. Why is that anyway? I'm glad we don't see that attitude here! ... Great. Looking forward to profiting from your torture. ;)...
Thanks, I figured that much from C, but I was actually (in my own way) asking what they have to do with the SUBs? Do I need to do something different? Why did...
Kevin and Robert, The Help file examples for UDT code does not work on my xp system bc285 lcc 3.08 may 24. I played around and patched example 2 to work as...
High Bluepagen, I thought about this last night into the wee hours and it deserves a reply. This would help keep the same name of files in other basics being...
I completed a rewrite of the INPUT command today. Through that process, I hit on the idea of extending that capability to work with files as well. BCX 2.86...
I made dll's with win2k (many months ago), but now I have Windows XP PRO and it doesn't seem to work. I've tried the dll example in the help file, but it gives...
... My bet is that the dll demo in Bcx\Dll_Demo\Dynamic\ uses a custom LD.BAT file that has uses -nounderscores arg for lcclnk and LCCDLL.BAT does not. Here is...