func_system_openurl.rst 378 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_system_openurl:
  2. =======
  3. OpenURL
  4. =======
  5. OpenURL -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. OpenURL( url$ )
  10. Opens a URL with the system's default web browser.
  11. Note that a user interface may not be available when in graphics mode on some platforms.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========