Difference between Open as a function and URL

When do i have to use Open as a function, e.g.
Open(“MyExamplePage”)
and when as URL, i.e. rather the standard like
Open://MyExamplePage ??
thx

  • Gefällt
Antwort

The suggested default spelling in URL format is simply used if no other actions are to take place before or after the same call. As soon as the Open call is linked to further actions or embedded in a condition expression, it must be written as a function (your first variant).

  • Gefällt
Antwort
Abbruch