For example: x := #123; I tried to search around Google but I simply have n开发者_运维问答o idea what this means.IIRC it means a character value of the number (eg. #32 -> space).#123 is a character
I\'m trying to use an external library (wingraph)开发者_如何学编程 in a simple program. I have .o and .ppu files. I added the directory that contains them to the list of both \"Other Unit Files\" and
In C there is a do while loop and pascal\'s (almost) equivalent is the repeat until loop, but there is a small difference between the two, while both structures wil开发者_如何学编程l iterate at least
Program: program s; type info = record name, surname: string; min, sek: integer; end; type arrays = array[1..50] of info;
program s; type info = record name, surname: string; min, sec: integer; end; arrays = array[2..50] of info;
I\'m looking for tut开发者_Python百科orials and examples on Pascal FC\'s channels and rendesvouz mechanisms. There is a nice introductory tutorial, but unluckily it is in Spanish.
Could you please help me to figure out how to bring Opera\'s window to front, using class name?! I use the following procedure to bringother applications to front and it works fine. I need to use only
what\'s the better way of parsin开发者_如何学JAVAg date in Pascal than manually parsing character after character?
After a lot of experimentations, I found a way to exchange PChar from a FreePascal compiled DLL with a Delphi compiled EXE. I\'m in charge of both the DLL and EXE source code but one MUST BE in FreePa
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari