Ask a Question related to ASP, Design and Development.
-
irobot8 #1
CDONTS and hyphen
Hi all
Has anyone experienced problems sending mail to an address with a
hyphen in the domain, especially using CDONTS.NewMail.
In particular, the following .to string works on the development
machine:
- "<individual@domain" & "Chr(45)" & "name.com>"
.... but not on the live server.
Any help on this would be much appreciated.
irobot.
irobot8 Guest
-
Turning the discretionary hyphen off?
I'm formatting a Lao document in InDesign 3.01 on Win2K. My Lao translator has used a discretionary hyphen to insert optional word breaks (there... -
hyphen in variable name
I am being fed variables with hyphens in them and I am having a hard time dealing with them. What I would like to do it just change them into... -
Sorting Datagrid With Hyphen / Dash
Due to their sequence in the ASCII set, - (hyphen) comes before the numbers. One way you can get around this behavior is to replace the hyphens... -
Discretionary hyphen? Yeah, I wish!
Hi all, First of all, I don't like hyphenation, so I have turned it off by default. However, in some pages, there are words I would like to have a... -
Discretionary Hyphen?
Our AICS type engine has deprived us of the hard space shortcut (option-space bar). But we can get one from the Character flyout. Inconvenient but... -
Foo Man Chew #2
Re: CDONTS and hyphen
> In particular, the following .to string works on the development
Uh, perhaps you transposed wrong. This would yield, literally:> machine:
> - "<individual@domain" & "Chr(45)" & "name.com>"
> ... but not on the live server.
<individual@domainChr(45)name.com>
Maybe you meant:
"<individual@domain" & Chr(45) & "name.com>"
Foo Man Chew Guest



Reply With Quote

