Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
sql
winapi
mysql
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged PASCAL
39,959
questions
51,901
answers
573
users
Recent questions tagged PASCAL
1
answer
76
views
How to check if integer multiplication will overflow in Pascal
asked
May 18, 2025
by
avibootz
pascal
pascal-overflow
3
answers
125
views
How to check if integer addition will overflow in Pascal
asked
May 17, 2025
by
avibootz
pascal
pascal-overflow
1
answer
101
views
How to use the horizontal tab (TAB character) in Writeln with Pascal
asked
May 16, 2025
by
avibootz
pascal
pascal-tab
pascal-writeln
1
answer
111
views
How to check whether a string is a palindrome, ignoring spaces and case in Pascal
asked
May 16, 2025
by
avibootz
pascal
pascal-palindrome
1
answer
85
views
How to declare a RegEx with character repetition to match the strings "http", "htttp", "httttp", etc in Pascal
asked
May 15, 2025
by
avibootz
pascal
pascal-regex
2
answers
127
views
How to round to 2 decimal places in Pascal
asked
May 15, 2025
by
avibootz
pascal
pascal-round
1
answer
94
views
How to round a floating-point number to an integer in Pascal
asked
May 14, 2025
by
avibootz
pascal
pascal-round
1
answer
132
views
How to find all double quote substrings in a string with Pascal
asked
May 13, 2025
by
avibootz
pascal
pascal-string
pascal-substring
pascal-regex
1
answer
127
views
How to declare a string with double quote substrings in Pascal
asked
May 12, 2025
by
avibootz
pascal
pascal-string
pascal-substring
1
answer
98
views
How to find the largest palindrome made from the product of two 2-digit numbers in Pascal
asked
May 11, 2025
by
avibootz
pascal
pascal-palindrome
2
answers
151
views
How to search insert position of K in a sorted array with Pascal
asked
May 10, 2025
by
avibootz
pascal
pascal-array
1
answer
110
views
How to find first and last positions of an element in a sorted array in Pascal
asked
May 9, 2025
by
avibootz
pascal
pascal-array
1
answer
116
views
How to print all command line arguments except the program name in Pascal
asked
May 9, 2025
by
avibootz
pascal
pascal-arguments
1
answer
89
views
How to use the clock as a random generator seed in Pascal
asked
May 8, 2025
by
avibootz
pascal
pascal-random
2
answers
107
views
How to create a bitset in Pascal
asked
May 7, 2025
by
avibootz
pascal
pascal-bitset
1
answer
99
views
How to format decimal in Pascal
asked
May 6, 2025
by
avibootz
pascal
pascal-decimal
1
answer
111
views
How to use big integer in Pascal
asked
May 6, 2025
by
avibootz
pascal
pascal-biginteger
1
answer
100
views
How to get the current date and time in Pascal
asked
May 5, 2025
by
avibootz
pascal
pascal-date
1
answer
140
views
How to remove a random word from a string in Pascal
asked
May 5, 2025
by
avibootz
pascal
pascal-string
1
answer
140
views
How to convert integer to string in Pascal
asked
May 4, 2025
by
avibootz
pascal
pascal-convert
2
answers
133
views
How to pop the first element of an array in Pascal
asked
May 2, 2025
by
avibootz
pascal
pascal-array
1
answer
123
views
How to extract the end of a string (suffix) in Pascal
asked
May 1, 2025
by
avibootz
pascal
pascal-string
1
answer
120
views
How to extract the beginning of a string (prefix) in Pascal
asked
May 1, 2025
by
avibootz
pascal
pascal-string
1
answer
107
views
How to pause execution for 5 seconds in Pascal
asked
Apr 30, 2025
by
avibootz
pascal
1
answer
140
views
How to break the outer loop in Pascal
asked
Apr 28, 2025
by
avibootz
pascal
pascal-loop
1
answer
107
views
How to reverse an array in Pascal
asked
Apr 28, 2025
by
avibootz
pascal
pascal-array
1
answer
101
views
How to check if an integer include specific digits x times in Pascal
asked
Apr 26, 2025
by
avibootz
pascal
pascal-integer
1
answer
98
views
How to use readln() inside a while loop in Pascal
asked
Apr 26, 2025
by
avibootz
pascal
pascal-loop
1
answer
80
views
How to use readln() inside a repeat loop in Pascal
asked
Apr 26, 2025
by
avibootz
pascal
pascal-loop
1
answer
84
views
How to check if a string contains only valid parentheses (open close same type (), {}, []) in Pascal
asked
Apr 25, 2025
by
avibootz
pascal
pascal-string
1
answer
104
views
How to find the longest common string prefix in array of strings with Pascal
asked
Apr 25, 2025
by
avibootz
pascal
pascal-array
1
answer
115
views
How to check if string is palindrome in Pascal
asked
Apr 25, 2025
by
avibootz
pascal
pascal-string
2
answers
96
views
How to continue outer loop in Pascal
asked
Apr 24, 2025
by
avibootz
pascal
pascal-loop
1
answer
136
views
How to remove the first N characters from a string in Pascal
asked
Apr 24, 2025
by
avibootz
pascal
pascal-string
1
answer
134
views
How to create and set values to a 3d array in Pascal
asked
Apr 21, 2025
by
avibootz
pascal
pascal-array
1
answer
114
views
How to find the position of the first occurrence of a substring in a string with Pascal
asked
Apr 20, 2025
by
avibootz
pascal
pascal-substring
1
answer
98
views
How to remove N characters from the middle of a string in Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-string
1
answer
90
views
How to convert decimal number to binary in Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-binary
1
answer
120
views
How to check leap year in Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-date
1
answer
104
views
How to convert float number to string with 2 decimal places in Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-float
1
answer
95
views
How to generate random float in specific range with Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-random
1
answer
63
views
How to convert hh:mm:ss to minutes in Pascal
asked
Apr 17, 2025
by
avibootz
pascal
pascal-time
1
answer
126
views
How to find the largest prime factor of a number in Pascal
asked
Apr 16, 2025
by
avibootz
pascal
1
answer
105
views
How to find the sum of the even valued in fibonacci sequence with Pascal
asked
Apr 15, 2025
by
avibootz
pascal
pascal-fibonacci
1
answer
133
views
How to generate random string without repetition in Pascal
asked
Apr 15, 2025
by
avibootz
pascal
pascal-string
1
answer
83
views
generate random string in Pascal
asked
Apr 15, 2025
by
avibootz
pascal
pascal-string
1
answer
90
views
How to convert a string to title case in Pascal
asked
Apr 15, 2025
by
avibootz
pascal
pascal-string
2
answers
108
views
How to find the sum of all the multiples of 3 or 5 below 1000 in Pascal
asked
Apr 14, 2025
by
avibootz
pascal
1
answer
86
views
How to convert binary code to text in Pascal
asked
Apr 14, 2025
by
avibootz
pascal
pascal-binary
1
answer
114
views
How to convert text to binary code in Pascal
asked
Apr 13, 2025
by
avibootz
pascal
pascal-string
pascal-binary
Page:
« prev
1
2
3
4
5
6
7
8
9
10
next »
...