Microsoft
Software
Hardware
Network
Question : Array Help
I have an array that gets populated from a datatable.
The problem I am facing, I need the array to have increments of 4.
If the datatable only has 2 records, I need to pad the array with 2 additional positions.
If the datatable only has 13 records, I need to pad the array with 3 additional etc. etc.
Any thoughts.
Code Snippet:
1:
arrToLabels(i) = "To:" + DtSet.Tables(0).Rows(i).Item(0) + "-" + DtSet.Tables(0).Rows(i).Item(1)
Open in New Window
Select All
Answer : Array Help
If DtSet.Tables(0).Rows / 4 = 0 Then
arrSize = DtSet.Tables(0).Rows
Else
arrSize = DtSet.Tables(0).Rows + (4 - (DtSet.Tables(0).Rows Mod 4))
End If
Random Solutions
Hiding Network Folders
Infopath SQL Server Concatenate multiple row values into one string
Calculating 2 processors issue in excel
MS ACCESS SQL QUERY - Export Access Query Results to PowerPoint
IBM drivers MT-M 8184-CTO
Create a GUI using C Sharp
Dynamic Drop-Down (Sql populated)
How do I compare dates in SQL Reporting Services using the IIf Expression Builder
How do I open .jpg files with VBA code using wildcards
Can't open MS Access DB