PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Ampersand
Ampersand
Started by derek.theobald, Aug., 28 2003 7:01 PM - 3 replies
Posted on August, 28 2003 - 7:01 PM
Hi
I have a column title in a memory table that I would like to be
Date & Time
What I get is Date_Time
Can I overcome this issue?
Regards
DT
Posted on August, 28 2003 - 8:40 PM
G'day DT
As far as I know the use of the ampersand is restricted in captions because it is used to indicate the shortcut letter.
Regards Al
Posted on August, 28 2003 - 10:19 PM
Hi
I have a column title in a memory table that I would like to be
Date & Time
What I get is Date_Time
Can I overcome this issue?
Regards
DT

Hi Dt,
Simple:
Type in the column-title the ambersand-character twice: "Date && Time".
It will show once only!
Lieven De Nys.
Member of the Dutch Speaking Benelux Windev Developpersgroup.
Posted on August, 29 2003 - 12:32 PM
Lieven De Nys wrote:

Hi
I have a column title in a memory table that I would like to be
Date & Time
What I get is Date_Time
Can I overcome this issue?
Regards
DT

Hi Dt,
Simple:
Type in the column-title the ambersand-character twice: "Date && Time".
It will show once only!
Lieven De Nys.
Member of the Dutch Speaking Benelux Windev Developpersgroup.









HI
You should remain this for all wd retained chars : double quotes ...

regards
R&B