AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Sintaxis WLanguage / Operadores
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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local