ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage syntax / Operators
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Exchange operator (<=>)
In french: Opérateur d'échange (<=>)
The <=> operator is used to exchange the contents of two elements. The type conversions are performed if necessary. Returns the address of a variable as an integer.
Example
I is int = 5
J is int = 6
I <=> J
Syntax
<Element 1> <=> <Element 2>
<Element 1>: Simple type
Name of the variable, control, HFSQL item whose content must be exchanged with the content of <Element 2>.
<Element 2>: Simple type
Name of the variable, control, HFSQL item whose content must be exchanged with the content of <Element 1>.
Remarks
The exchange operator operates with the simple types only.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help