begin reset(f); 开发者_如何学编程assignfile(f, \'data.txt\'); Reset(f); found:= false; search := edit1.text ;
I just wanna to delete from specified 开发者_开发百科text file first N characters, but i\'m stuck. Help me please!
I\'m trying to figure out in all the Internets what\'s the special character for printing a 开发者_JAVA百科simple tab in Pascal. I have to format a table in a CLI program and that would be handy.Singl
I have this var: var UserInput : array [1..3] of string; I\'m trying to set multiple values, at once. readln( UserInput[1], UserInput[2]开发者_JS百科, UserInput[3] );
E.g. I have this array: type OptionRange = array[ 1..9 ] of integer; How 开发者_StackOverflow中文版do I check if array[x] exists?
I have a compiler homework question that wants me to draw a DFA for Pascal comments, but I have never (and probably never will) use Pascal.The question does not specify if we should use ANSI Pascal or
I\'m new here so sorry if I do som开发者_开发问答ething wrong! I\'m making a simple Pascal program in Lazarus and I\'m getting this error when compiling:
I have two Library Packages. Both are defined as process nodes in my main project. How do I use them? That is, how can I load my process node packages and create the window开发者_如何学Gos on the Grid
I am trying to create a function with a variant record-type parameter that allows inline-casting or assignment, as such:
While SysUtils.StrScan() takes PWideChar开发者_Go百科 const as the parameter, is there a StrScan() like built-in function for string/Unicodestring type?