Xojo Web – Port number

If we build a Xojo web-app (standalone) we have to choose a port as a build-setting.
Would it be possible to have the port-number as a variable so that we could use a commandline to set the port-number while launching the exe ?
For example we start

MyWebApp.exe -p 8080

Please check documentation. This is already there!

See
http://documentation.xojo.com/api/web/webapplication.html#webapplication-port

Missed that. Sorry for this thread. I was looking for a problem which doesn’t even exist. :slight_smile: