What Wick Editor Version are you using?
1.19.3
I want to make a system that checks with a webpage if my program (Systematix) is up to date, but I cant figue out how to check if a version is up to date
ex.
Remote server (Github Page, https://watrmeln.github.io/Sys-Update-Server/list.js): build900outOfDate=1
Wick: build = 900
if(build900outOfDate===1){alert(Update now, out of date.) }