I've been having a problem with my program where it just stops without any error message of GPF
I've found the statement that causes the problm.
REDIM Plu_Search_Results_Array_GL( 1 TO PluSearchResultsQty_GL, 1 TO 13 ) AS GLOBAL STRING
Is there any reason why this could cause this. The value if PluSearchResultsQty is only 154
I've found the statement that causes the problm.
REDIM Plu_Search_Results_Array_GL( 1 TO PluSearchResultsQty_GL, 1 TO 13 ) AS GLOBAL STRING
Is there any reason why this could cause this. The value if PluSearchResultsQty is only 154
Comment