ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Managing external languages / Object functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Option,Space (External language)
In french: Option,Espace
Fills the content of WdString with space characters on the right.
Example
// In C
CALLWD("OPTION,SPACE,YES");
// In Pascal
CALLWD('OPTION,SPACE,YES');
// In VB
call CALLWD("OPTION,SPACE,YES")
Syntax
Option,Space(<Indicator>)
<Indicator>: Character string
Can be set to:
  • "Yes" to fill WdString by space characters
  • "No" to avoid filling WdString by space characters.
Remarks
  • Option,espace is equivalent to Espace
  • The function behaves like a toggle: after the call to Option,Space,Yes, WdString will be automatically filled by space characters until the call the Option,Space,No
  • If Option,Space,No is called, WdString will not be filled by space characters.
  • By default, WdString will not be filled by space characters ("No").
  • If Option,Space,Yes is called, then Screen,Get returns in WdString the content of the control filled by space characters (length of WdString = length of the control).
    Warning: WdChaine has a maximum size of 200 characters.
  • If Option,Space,Yes is called, then Screen,Current returns in WdString the content of the control filled by space characters to get 10 characters
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help