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
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
vbnet
c-array
swift-array
cobol
typescript-string
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
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
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
represent-boolean-true-false
different-functions-check-number-power-of-2
get-last-word-string
remove-last-word-string
Disclosure:
My content contains affiliate links.
Recent questions tagged pascal
40,760
questions
53,134
answers
573
users
Recent questions tagged pascal
2
answers
163
views
How to pass a runnable procedure (a function) as a parameter and run it in Pascal
asked
May 22, 2025
by
avibootz
pascal
pascal-function-parameter
1
answer
109
views
How to handle invalid argument in Pascal
asked
May 20, 2025
by
avibootz
pascal
pascal-argument
1
answer
196
views
How to allocate 1MB in Pascal
asked
May 19, 2025
by
avibootz
pascal
pascal-allocation
1
answer
135
views
How to stop a program in Pascal
asked
May 19, 2025
by
avibootz
pascal
1
answer
103
views
How to check if integer multiplication will overflow in Pascal
asked
May 18, 2025
by
avibootz
pascal
pascal-overflow
3
answers
156
views
How to check if integer addition will overflow in Pascal
asked
May 17, 2025
by
avibootz
pascal
pascal-overflow
1
answer
136
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
146
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
98
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
160
views
How to round to 2 decimal places in Pascal
asked
May 15, 2025
by
avibootz
pascal
pascal-round
1
answer
112
views
How to round a floating-point number to an integer in Pascal
asked
May 14, 2025
by
avibootz
pascal
pascal-round
1
answer
168
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
162
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
133
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
182
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
139
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
149
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
113
views
How to use the clock as a random generator seed in Pascal
asked
May 8, 2025
by
avibootz
pascal
pascal-random
2
answers
142
views
How to create a bitset in Pascal
asked
May 7, 2025
by
avibootz
pascal
pascal-bitset
1
answer
122
views
How to format decimal in Pascal
asked
May 6, 2025
by
avibootz
pascal
pascal-decimal
1
answer
137
views
How to use big integer in Pascal
asked
May 6, 2025
by
avibootz
pascal
pascal-biginteger
1
answer
129
views
How to get the current date and time in Pascal
asked
May 5, 2025
by
avibootz
pascal
pascal-date
1
answer
179
views
How to remove a random word from a string in Pascal
asked
May 5, 2025
by
avibootz
pascal
pascal-string
1
answer
172
views
How to convert integer to string in Pascal
asked
May 4, 2025
by
avibootz
pascal
pascal-convert
2
answers
147
views
How to pop the first element of an array in Pascal
asked
May 2, 2025
by
avibootz
pascal
pascal-array
1
answer
151
views
How to extract the end of a string (suffix) in Pascal
asked
May 1, 2025
by
avibootz
pascal
pascal-string
1
answer
158
views
How to extract the beginning of a string (prefix) in Pascal
asked
May 1, 2025
by
avibootz
pascal
pascal-string
1
answer
138
views
How to pause execution for 5 seconds in Pascal
asked
Apr 30, 2025
by
avibootz
pascal
1
answer
176
views
How to break the outer loop in Pascal
asked
Apr 28, 2025
by
avibootz
pascal
pascal-loop
1
answer
122
views
How to reverse an array in Pascal
asked
Apr 28, 2025
by
avibootz
pascal
pascal-array
1
answer
110
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
114
views
How to use readln() inside a while loop in Pascal
asked
Apr 26, 2025
by
avibootz
pascal
pascal-loop
1
answer
91
views
How to use readln() inside a repeat loop in Pascal
asked
Apr 26, 2025
by
avibootz
pascal
pascal-loop
1
answer
94
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
120
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
127
views
How to check if string is palindrome in Pascal
asked
Apr 25, 2025
by
avibootz
pascal
pascal-string
2
answers
110
views
How to continue outer loop in Pascal
asked
Apr 24, 2025
by
avibootz
pascal
pascal-loop
1
answer
170
views
How to remove the first N characters from a string in Pascal
asked
Apr 24, 2025
by
avibootz
pascal
pascal-string
1
answer
167
views
How to create and set values to a 3d array in Pascal
asked
Apr 21, 2025
by
avibootz
pascal
pascal-array
1
answer
149
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
119
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
100
views
How to convert decimal number to binary in Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-binary
1
answer
145
views
How to check leap year in Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-date
1
answer
110
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
108
views
How to generate random float in specific range with Pascal
asked
Apr 19, 2025
by
avibootz
pascal
pascal-random
1
answer
73
views
How to convert hh:mm:ss to minutes in Pascal
asked
Apr 17, 2025
by
avibootz
pascal
pascal-time
1
answer
180
views
How to find the largest prime factor of a number in Pascal
asked
Apr 16, 2025
by
avibootz
pascal
pascal-largest-prime-factor-number
largest-prime-factor-number
1
answer
139
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
165
views
How to generate random string without repetition in Pascal
asked
Apr 15, 2025
by
avibootz
pascal
pascal-string
1
answer
97
views
generate random string in Pascal
asked
Apr 15, 2025
by
avibootz
pascal
pascal-string
Page:
« prev
1
...
3
4
5
6
7
8
9
10
11
next »
...