-
Ruth Spradlin
- PowerBuilder
- Thursday, 6 March 2025 06:42 PM UTC
I have values in an array that I am not assigning to it.
I declare some arrays
INTEGER li_row
INTEGER li_index
INTEGER li_failed
STRING ls_sch_cd
STRING ls_school_name
STRING ls_to[], ls_cc[]
STRING ls_school_81[], ls_school_86[] //Seval added 12-30-20
STRING ls_boces_87[], ls_boces_80[] //Seval added 12-30-20
STRING ls_empty_array[]
STRING ls_sch_codes[]
STRING ls_failed_update[]
STRING ls_failed_msg
STRING ls_due_date
ls_to = ls_empty_array
ls_cc = ls_empty_array
When this code runs, the array ls_to has two entries = '', and ls_cc has one entry = ''. I added the empty_array and set the the two arrays to the empty array. This did nothing. It still has the entries = to ''. There is never anything put in the empty array. Closing the application and rerunning it doesn't fix the issue.
I have tried everything I can think of. Is there anyway to break the connection to the physical memory location?
This is PB2017 R3
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.