ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
  • 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)
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