Top "Pascal" questions

Pascal is an imperative language from the Wirthian family created in 1969.

How to convert a integer to float in Delphi?

How to convert a integer to float in Delphi? E.g int_h:= int_var/1.5* int_var;

delphi pascal
How to get a random number in pascal?

I want to get a random number in pascal from between a range. Basically something like this: r = random(100,200); The …

pascal
Move() to Insert/Delete item(s) from a dynamic array of string

Using System.Move() to insert/delete item(s) from an array of string is not as easy as insert/delete …

delphi pascal
Delphi passing parameters by reference or by value/copy

Context 1 var text:String; text:='hello'; myFunc(text); Context2 function myFunc(mytext:String); var textcopy:String; begin textcopy:=mytext; end; …

delphi pointers pass-by-reference pascal
Screen recorder

I'm interested in a library(for windows) written in Delphi/Pascal or C++ that allows me to record(to a …

c++ delphi delphi-2010 pascal freepascal
Pascal and its current applications

I studied Turbo Pascal in 1997 and I liked it very much as a language. Everything was very structured and the …

pascal
Xcode 5.0 Error installing command line tools

I just downloaded the last version for Xcode (5.0) and need it develop some Pascal codes on Lazarus. However, the installation …

ios xcode pascal lazarus
How do I get a registry value in Inno Setup when the value only uses the default name?

I'm trying to get the install directory of an application from the Windows Registry (Google Sketchup in this case) with …

windows registry inno-setup pascal
Pascal substr equivalent

I was looking for a Pascal equivalent for (for example) the php's substr function, which works like this: $new_string = …

substring pascal substr
Object Pascal vs Delphi?

Whats the difference between Object Pascal and Delphi? Are they the same thing? What are the differences and similarities between …

delphi pascal