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
I receive the Pellesc messages : error #2039 Illegal expression, and, error #2001 Syntax error: expected `}' but found `string constant' arising from a BCX...
Hi, I've been struggling all afternoon trying to use the FINDFIRST and FINDNEXT functions to count how many times a filename/string is repeated in an array....
... Use this as your FOR-NEXT loop. FOR I = 0 TO 9 IF A$ = D$[I] THEN PRINT D$[I] + " is a duplicate and I don't need it in my set" ELSE PRINT D$[I] END IF A$...
You are right, in fact there were four instants of a commas at the end of line, perhaps not too bad a record out of 548 cases. What threw me was that the...
Hi, I'm having problems counting how many of each UNIQUE string (filename) are in the array below. The duplicates have been found but I need to count how many...
... CLS GLOBAL I DIM A$ DIM B% DIM C% DIM FileSpec$ DIM szDelayPrintOfGroup$ FileSpec$ = "000.txt" $REMS PRINT SET D$[10] "004", "001", "001", "005", "002", ...
... All I need is a program that says (for example) There are 3 files named 001 There are 1 files named 005 etc Simple really (once I've figured it out). ...
... CLS GLOBAL I DIM A$ DIM HowMany DIM FileSpec$ DIM szDelayPrintOfGroup$ FileSpec$ = "000.txt" $REMS PRINT SET D$[10] "004", "001", "001", "005", "002", ...
How can results be returned from functions such as this example? DIM DYNAMIC Buf$ [10] Buf$[0] = "Zero" Buf$[1] = "One" Buf$[2] = "Two" Buf$[5] = "Five" CALL...
Hello, Is there an example I can use (editdemo does not compile without errors) that I can use to sent PRINT messages to and that echo's keyboard entries? I...
Greetings and welcome. Yes - Pelles-C works GREAT with BCX. I keep several compilers installed and generally use batch files to compile my BCX apps. Pelles...
Greetings, I normally use Pelles-C, llc is new to me. I downloaded http://www.cs.virginia.edu/~lcc-win32/ . I need some help to know where to install stuff. ...
This will only work for languages that use characters 0-255 LanguageDemoASCII.zip <http://iancaseycode.99k.org/programs/LanguageDemoAscii.zip>. There is 1...
Greets, I have installed BCX, and now i am "Building the BCX Runtime Libraries ", according to the "BCX Help Version 6.1.6". Help says: <<DO THIS FIRST From...
I got the problem backwards, MessageBox on his computer displays "Ja" en "Nee" (Yes & No) in Dutch no matter what language he displays in my program. At least...
Hello all. It seems a little quiet in here, so I figured I'd post a challenge. :) Goal: Load an existing PNG file into something easily usable like HBITMAP....
Is a three-dimensional string array dimensioned the likes of "Star$[500,10,1000] as char" feasible? That is, interpreted as a two-dimensional string array...
... Can this be used to stop execution of a python script? The script I need to close is Gerbmerge. The script is ended by typing CTRL + C. However I want to...
... If you know the name of the application that is running your python script (let's say, PYTHON.EXE, for the sake of discussion) then YES, you could...