1. marco gaspar
  2. PowerBuilder
  3. Wednesday, 24 May 2023 17:40 PM UTC

Good afternoon!
How do I zero an array?

Grateful.

Miguel Leeuwe Accepted Answer Pending Moderation
  1. Wednesday, 24 May 2023 17:48 PM UTC
  2. PowerBuilder
  3. # 1

Hi,

What I do:

 

string ls_array[], ls_empty[]

ls_array[1] = "Some value"

ls_arrary[2] = "Another value"

// to "zero" the array:

ls_array = ls_empty

 

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.