AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example 1: Filling a text item with spaces
  • Example 2: Filling all the file items with space characters
  • Example 3: Filling all the files with spaces
WithSpace (Example)
Example 1: Filling a text item with spaces
The following example is used to fill the NAME item of CUSTOMER file with spaces.
WithSpace(CUSTOMER, NAME, True)
Example 2: Filling all the file items with space characters
The following example is used to fill all the items found in CUSTOMER file with spaces.
WithSpace(CUSTOMER, True)
Example 3: Filling all the files with spaces
The following example is used to fill all the items found in all the files with spaces.
WithSpace(True)
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

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