User contributions for The1
From Free Pascal wiki
Jump to navigationJump to search
11 June 2013
- 06:5706:57, 11 June 2013 diff hist +418 N Round Created page with "Function '''Round''' rounds a real-type value to an Integer-type value. X is a real-type expression. Round returns a Longint value that is the value of X rounded t..."
- 06:5606:56, 11 June 2013 diff hist +291 N Trunc Created page with "Function '''Trunc''' truncates a real-type value to an Integer-type value. X is a real-type expression. Trunc returns a Longint value that is the value of X rounde..."
- 06:5506:55, 11 June 2013 diff hist +250 N Int Created page with "Function '''Int''' returns the integer part of the argument. X is a real-type expression. The result is the integer part of X, rounded toward zero. Declaration function ..."
23 May 2013
- 12:5012:50, 23 May 2013 diff hist +433 N Str Created page with "Procedure '''Str''' converts the numeric (real, Integer, Longint, Byte or Word) value to a string representation according to the '''Width''' and '''Decima..."
- 12:4912:49, 23 May 2013 diff hist +486 N Val Created page with "Procedure '''Val''' converts the String value '''S''' to its numeric representation. S is a string-type expression; it must be a sequence of characters that form a signed..."
22 May 2013
- 08:2708:27, 22 May 2013 diff hist −6 Ord No edit summary
- 08:2608:26, 22 May 2013 diff hist +175 N Ord Created page with "Function '''ord''' returns which has ASCII value of the char '''c'''. Declaration Function ord (c : Char) : byte; See also: * chr Category:Pascal"
12 May 2013
- 20:5020:50, 12 May 2013 diff hist +3,572 N User talk:The1 new section (tutorial)
19 April 2013
- 12:0912:09, 19 April 2013 diff hist +82 N User:The1 Created page with "Hello! I am a Lazarus Free Pascal user and I want to learn and work more with this" current