Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/dictionary/keyword/URL.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Example:
post field "Results" to URL "http://www.example.org/current.txt"

Example:
get URL "http://www.xworlds.com/index.html"
local tURL
put "http://www.xworlds.com/index.html" into tURL
get URL tURL

Example:
put "Hello World" into URL "file:/Users/myuser/Documents/sample.txt"
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-20303.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Added example to the URL keyword entry to demonstrate how it is used with variables.