Project

General

Profile

Bug #821

[Load Text] fails to load into an array variable

Added by Phil Bell over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
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$

Also available in: Atom PDF