nfordbscndrd Well-Known Member Licensed User Longtime User Feb 16, 2011 #1 Clear an Array? Is there any quick way to clear an array, such as ReDim in Visual Basic? I searched HelpViewer and didn't find anything. Last edited: Feb 17, 2011
Clear an Array? Is there any quick way to clear an array, such as ReDim in Visual Basic? I searched HelpViewer and didn't find anything.
Erel B4X founder Staff member Licensed User Longtime User Feb 18, 2011 #2 You can just redeclare the array (with Dim). Upvote 0
Johan Schoeman Expert Licensed User Longtime User May 7, 2014 #3 Is there a quick way to fill all the elements of an array with the same value when declaring the array such as for example Dim A(10) As Int = 7 or Dim A(10,10) As String = "hello" Upvote 0
Is there a quick way to fill all the elements of an array with the same value when declaring the array such as for example Dim A(10) As Int = 7 or Dim A(10,10) As String = "hello"
Erel B4X founder Staff member Licensed User Longtime User May 7, 2014 #4 Please start a new thread for this question. This thread is from 2011. Upvote 0