# WSEND
Updated: 2/24/2021, 3:51:59 PM
Created: 2/24/2021, 3:51:59 PM
Last Updated By: Daniel Klein
Read Time: 1 minute(s)
The WSEND subroutines send body data back to the client, usually in HTML or JSON.
# Command Syntax
CALL WSEND(DATATOSEND)
1
# Syntx Elements
The WSEND subroutine expects a string as an input parameter. You can call this program multiple times during a Web Call.
# Example
CALL WSEND("Hello World")
1