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$
Updated by Francois Lionet about 3 years ago
- Status changed from New to Resolved
- Assignee set to Francois Lionet
Resolved!
Updated by Brian Flanagan about 3 years ago
- Status changed from Resolved to Closed
Verified. Running in 9/22/2021 version.
Thanks!
Actions