How can I save the currency symbol into DB

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 629
Joined: Thu Feb 11, 2010 1:39 pm

How can I save the currency symbol into DB

#1 Post by unixkd »

Hi all and happy weekend.

How can I save ANY currency symbol into a table in database. I notice that:

Function getcurrency()
Local getlist[0], cCurr := space(4)

@ 1,1 dcsay "enter currency symbol" get cCurr

Dcread GUI modal addbuttons

When I enter pound or some other symbol and the get get lost focus the text box change to ?

Thanks

Joe

Post Reply