libURLVersion

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
libURLVersion()
Associationsinternet library
Summary

Returns the version of the Internet library.

Introduced1.1.1
OSmac, windows, linux, web
Platformsdesktop, server
Example
get libURLVersion()
if libURLVersion is field "Latest" then go next card
Values
NameTypeDescription
return

The libURLVersion function returns a string indicating the version of the Internet library.

RelatedKeyword: string
Control Structure: function
Message: startup, openBackground, preOpenStack, openStack, preOpenCard
Function: version, revAppVersion, systemVersion
Library: Internet library, library
Glossary: LiveCode custom library, return, main stack, handler, Standalone Application Settings, message, group, standalone application, application
Securitynetwork
Description

Use the libURLVersion function to check whether the Internet library supports a given feature, or when reporting problems.

There is no special significance to the version number returned by libURLVersion.

Important: The libURLVersion function is part of the Internet library. To ensure that the function works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "Internet" script library is selected.

Tagsnetworking