Yes its normal thing just like with any other browser >
file:///C:/pathToYourLocalPage/examplePage.html
Or simply open your local html file in any browser and copy addres
from address bar to BAS Load command.
@andreiem run the code
while ( true ) {
[[USER]] = {{user|notreuse}};
if( RMap( "blacklist" ).indexOf( [[USER]] ) != -1 ) break;
}
{{user}} - file resource user.txt
"blacklist" - file resource name blacklist.txt
in [[USER]] will be something that is not in blacklist.txt.
Updated version of BAS - 23.2.1 solved most of the issues I had.
I opened backup version of project file in text editor and rebuild
it in new BAS version 23.2.1.