Actions
Bug #821
closed[Load Text] fails to load into an array variable
Start date:
09/14/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
The following fails
Dim TITLE_CONTENT$(1)
Load Text "somefile.html", TITLE_CONTENT$(1)
This works file
A$ = ""
Load Text "somefile.html", A$
Actions