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
groovy
win32
sql
mysql
winapi
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
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
inverse-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged pascal-array
39,726
questions
51,615
answers
573
users
Recent questions tagged pascal-array
1
answer
41
views
How to rotate array elements left N times in Pascal
asked
Oct 22, 2025
by
avibootz
pascal
pascal-array
1
answer
31
views
How to resize an array in Pascal
asked
Oct 14, 2025
by
avibootz
pascal
pascal-array
pascal-resize
1
answer
51
views
How to group elements of an array based on their first occurrence in Pascal
asked
Oct 10, 2025
by
avibootz
pascal
pascal-array
1
answer
47
views
How to check whether an array is subset of another array in Pascal
asked
Oct 4, 2025
by
avibootz
pascal
pascal-array
1
answer
53
views
How to convert an int array to an int number in Pascal
asked
Oct 4, 2025
by
avibootz
pascal
pascal-array
1
answer
67
views
How to get the median of two sorted arrays in Pascal
asked
Sep 23, 2025
by
avibootz
pascal
pascal-array
pascal-median
1
answer
45
views
How to find the smallest letter in a sorted array that is larger than a given letter in Pascal
asked
Sep 20, 2025
by
avibootz
pascal
pascal-array
1
answer
62
views
How to find the two elements in an array whose sum is closest to zero in Pascal
asked
Sep 12, 2025
by
avibootz
pascal
pascal-array
1
answer
54
views
How to find the element that appears once in an array where other elements appear in pairs with Pascal
asked
Sep 5, 2025
by
avibootz
pascal
pascal-array
1
answer
64
views
How to sort an array that consists of only 0s and 1s in Pascal
asked
Sep 2, 2025
by
avibootz
pascal
pascal-array
pascal-sort
1
answer
61
views
How to sort an array of strings where each string represents a decimal number in Pascal
asked
Sep 1, 2025
by
avibootz
pascal
pascal-sort
pascal-array
1
answer
57
views
How to combine 2 arrays of records (as a map) into a third array in Pascal
asked
Aug 25, 2025
by
avibootz
pascal
pascal-array
1
answer
58
views
How to find the length of the longest consecutive sequence of an unsorted vector of integers in Pascal
asked
Aug 18, 2025
by
avibootz
pascal
pascal-consecutive-sequence
pascal-sequence
pascal-array
1
answer
69
views
How to create an array of records with a point (x, y) and a string in Pascal
asked
Aug 10, 2025
by
avibootz
pascal
pascal-array
1
answer
72
views
How to print the distinct elements of an array in Pascal
asked
Jul 13, 2025
by
avibootz
pascal
pascal-array
2
answers
72
views
How to sort an array of repeated integers with Pascal
asked
Jul 5, 2025
by
avibootz
pascal
pascal-array
pascal-sort
1
answer
67
views
How to increment an integer represented as an integer array of digits by one in Pascal
asked
Jul 2, 2025
by
avibootz
pascal
pascal-array
1
answer
56
views
How to allocate an array of type T with a length of N million in Pascal
asked
Jul 1, 2025
by
avibootz
pascal
pascal-array
pascal-allocation
1
answer
79
views
How to calculate the sum of squares of an array of floating-point values in Pascal
asked
Jun 29, 2025
by
avibootz
pascal
pascal-array
1
answer
74
views
How to shift elements of an array to the right by one position in Pascal
asked
Jun 27, 2025
by
avibootz
pascal
pascal-array
1
answer
65
views
How to shift elements of an array to the left by one position in Pascal
asked
Jun 26, 2025
by
avibootz
pascal
pascal-array
1
answer
74
views
How to check if any value in a one-dimensional array a is larger than x in Pascal
asked
Jun 25, 2025
by
avibootz
pascal
pascal-array
1
answer
64
views
How to convert a byte array to a hex string in Pascal
asked
Jun 21, 2025
by
avibootz
pascal
pascal-array
pascal-byte-array
2
answers
84
views
How to print array elements in groups of 2 with Pascal
asked
Jun 20, 2025
by
avibootz
pascal
pascal-array
1
answer
61
views
How to multiply all the elements of an array in Pascal
asked
Jun 20, 2025
by
avibootz
pascal
pascal-array
1
answer
95
views
How to get the first missing smallest positive integer in an unsorted integer array with Pascal
asked
Jun 4, 2025
by
avibootz
pascal
pascal-array
1
answer
108
views
How to implement the two sum algorithm to find two values in array that add up to target with Pascal
asked
May 22, 2025
by
avibootz
pascal
pascal-array
2
answers
145
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
103
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
2
answers
123
views
How to pop the first element of an array in Pascal
asked
May 2, 2025
by
avibootz
pascal
pascal-array
1
answer
99
views
How to reverse an array in Pascal
asked
Apr 28, 2025
by
avibootz
pascal
pascal-array
1
answer
96
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
121
views
How to create and set values to a 3d array in Pascal
asked
Apr 21, 2025
by
avibootz
pascal
pascal-array
1
answer
89
views
How to convert an array of digits to an integer add 1 and convert it back to an array of digits in Pascal
asked
Apr 12, 2025
by
avibootz
pascal
pascal-array
1
answer
82
views
How to create an array of dates starting with today and going back the last 30 days in Pascal
asked
Apr 10, 2025
by
avibootz
pascal
pascal-array
pascal-date
1
answer
87
views
How to create an array of days starting with today and going back the last 30 days in Pascal
asked
Apr 10, 2025
by
avibootz
pascal
pascal-array
pascal-date
1
answer
124
views
How to find the maximum value in a multidimensional array with Pascal
asked
Apr 5, 2025
by
avibootz
pascal
pascal-array
1
answer
92
views
How to convert array of chars to string in Pascal
asked
Apr 5, 2025
by
avibootz
pascal
pascal-array
1
answer
105
views
How to convert an array of ints to an array of strings in Pascal
asked
Apr 1, 2025
by
avibootz
pascal
pascal-array
1
answer
152
views
How to extract the unique integers from an array excluding duplicates in Pascal
asked
Mar 29, 2025
by
avibootz
pascal
pascal-array
1
answer
95
views
How to get array subset in Pascal
asked
Mar 24, 2025
by
avibootz
pascal
pascal-array
2
answers
126
views
How to create an array containing a range of characters in Pascal
asked
Mar 21, 2025
by
avibootz
pascal
pascal-array
1
answer
92
views
How to sort each row from a two-dimensional array in Pascal
asked
Mar 16, 2025
by
avibootz
pascal
pascal-array
2
answers
110
views
How to clone a two-dimensional array in Pascal
asked
Mar 8, 2025
by
avibootz
pascal
pascal-array
2
answers
127
views
How to find the second largest number in int array with Pascal
asked
Jan 19, 2025
by
avibootz
pascal
pascal-array
1
answer
153
views
How to create a two dimensional (2D) array in Pascal
asked
Feb 16, 2023
by
avibootz
pascal
pascal-array
To see more, click for the
full list of questions
or
popular tags
.
...