SoFunction
Updated on 2025-04-12

How to open a file web page in Yi Language

Open file ------------------------------------------------------------------------------------------------------------------------------

Just copy the following code

.Version 2
.Subprogram _Button58_Being clicked
run (“exeFile path”, Fake, )

Open the website -----------------------------------------------------------------------------------------------------------------------------

Just copy the following code

.Version 2 .Support library eAPI
.Subprogram _Button60_Being clicked
Open the specified URL (“Website”)

The above is the way to open it in 2. Thank you for your support.