xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET DELIMITERS

Defines delimiting characters for GET entry fields and their visibility.

Syntax

SET DELIMITERS on | OFF | (<lOnOff>)

or

SET DELIMITERS TO [<cDelimiters> | DEFAULT]

Arguments

on | OFF | (<lOnOff>)
The option determines if GET entry fields are displayed within delimiting characters or not. With ON or .T. (true), the delimiters are displayed. OFF or .F. (false), hide the delimiters.
TO <cDelimiters>
A two character string can be specified for <cDelimiters>. The first character is used as left delimiter and the second character defines the right delimiter for GET entry fields. The DEFAULT option resets the delimiting characters to their default value which is two colons (::).

Description

SET DELIMITERS defines delimiting characters diplayed to the left and right of GET entry fields. The command exists forcompatibility reasons and is only used in text-mode applications.

Info

See also:@...GET, SET INTENSITY, Set()
Category: Output commands , SET commands
Source:rtl\set.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe