Bug #850
CMD Open URL
Start date:
10/12/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
It seams the cmd below, Open URL brings up internal error currently.
eg: Open URL URL$="http://www.google.com.au"
Updated by Brian Flanagan over 1 year ago
The syntax used in the example is incorrect (however it is still not working.). (Tested in 21 Oct 2021 version.)
The URL$ in the documentation should be replaced with your url$ or a variable. To make it work try:
URL$="https://www.google.com.au" Open Url URL$
...or...
Open Url "https://www.google.com.au"
Updated by malcolm harvey over 1 year ago
- Affected version changed from 1.0.0 (B10) u16 to 1.0.0 (B11) u17
Updated by malcolm harvey 10 months ago
- Affected version changed from 1.0.0 (B11) u17 to none
Tried again now, Open Url "https://www.google.com.au/" comes up internal error.