Hi James,
I belive this is how it is supposed to work--so you can tell numbers from strings.
There is another function GetPVProfInt() for returning integers. I thought that GetPVProfString() would return the entire value of an entry as a string, regardless of quotes or any odd characters it ...
Search found 9 matches
- Wed Jan 09, 2008 5:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetPVProfString and Double Quotes (")
- Replies: 2
- Views: 701
- Wed Jan 09, 2008 3:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetPVProfString and Double Quotes (")
- Replies: 2
- Views: 701
GetPVProfString and Double Quotes (")
Hi everyone,
I'm using GetPVProfString to return an entry from an ini file that contains double quotes ("). However the function is stripping off the quotes and just returning the data within the quotes.
An example:
[Test]
Entry=":"
GetPVProfString returns this entry as : and not ...
I'm using GetPVProfString to return an entry from an ini file that contains double quotes ("). However the function is stripping off the quotes and just returning the data within the quotes.
An example:
[Test]
Entry=":"
GetPVProfString returns this entry as : and not ...
- Wed Dec 12, 2007 4:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google Maps
- Replies: 85
- Views: 31314
- Mon Dec 10, 2007 10:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_cdxPageSeekKey
- Replies: 12
- Views: 3713
- Mon Dec 10, 2007 10:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_cdxPageSeekKey
- Replies: 12
- Views: 3713
- Mon Dec 10, 2007 9:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_cdxPageSeekKey
- Replies: 12
- Views: 3713
- Wed Oct 24, 2007 1:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT macro operator
- Replies: 10
- Views: 2697
- Wed Sep 19, 2007 9:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Password Fields
- Replies: 4
- Views: 993
- Tue Sep 18, 2007 3:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Password Fields
- Replies: 4
- Views: 993
Password Fields
Hi,
I have a GET that is created from a resource file and is set as a password field.
Is there any way to change the character that is used to mask the password?
Currently it uses a fat pipe character (like "|" but thicker!).
Ideally I would like it to use the Windows default mask.
Does anyone ...
I have a GET that is created from a resource file and is set as a password field.
Is there any way to change the character that is used to mask the password?
Currently it uses a fat pipe character (like "|" but thicker!).
Ideally I would like it to use the Windows default mask.
Does anyone ...