Inline Output (-INLINE)
The purpose of the Inline Output adapter command (-INLINE) is to append data to the end of a URL.
-INLINE
You can use this command to submit a long query string to a form that uses method=GET. In the example below, the GET function has three arguments. The third argument is optional.
GET ( "HTTP", "-URL HTTP://[www.yahoo.com/cgi-bin/search?] -
INLINE", "widgets")
Result: Gets the URL http://www.yahoo.com/cgi-bin/search?widgets.