4D v14.3

SEND VARIABLE

Home

 
4D v14.3
SEND VARIABLE

SEND VARIABLE 


 

SEND VARIABLE ( variable ) 
Parameter Type   Description
variable  Variable in Variable to send

SEND VARIABLE sends variable to the document or serial port previously opened by SET CHANNEL. The variable is sent with a special internal format that can be read only by RECEIVE RECORD. SEND VARIABLE sends the complete variable (including its type and value).

Notes:

  1. If you send a variable to a document using this command, the document must have been opened using the SET CHANNEL command. You cannot use SEND VARIABLE with a document opened with Open document, Create document or Append document.
  2. This command does not support array variables. If you want to send and receive arrays from a document or over a serial port, use the DISABLE MENU ITEM.

Example  

See example for the command RECEIVE RECORD.

 
PROPERTIES 

Product: 4D
Theme: Communications
Number: 80

 
HISTORY 

Created: < 4D v6

 
SEE ALSO 

RECEIVE RECORD
RECEIVE VARIABLE
SEND RECORD
SET CHANNEL

 
ARTICLE USAGE

4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)