HighDots Forums  

Need a new data mask

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Need a new data mask in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Need a new data mask - 01-14-2008 , 06:03 PM






On 14 Jan 2008 in macromedia.dreamweaver, _adrian wrote:

Quote:
Hmm.. that looks like it just cuts off by x numbers of characters..
I actually need to place the parentheses around the phone prefix,
and add the dash between the two other sets of numbers.. all form a
single string from the DB that otherwise looks like this:

2065551212
<%
DIM myNumber, myFormattedNumber
myNumber = "2065551212"
myFormattedNumber = "(" & mid(myNumber,1,3) & ") " & mid(myNumber,4,3) & "-" & mid(myNumber,7,4)
%>
<p>Number: <%= myNumber %></p>
<p>Formatted: <%= myFormattedNumber %></p>

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/contact.php


Reply With Quote
  #12  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Need a new data mask - 01-14-2008 , 06:03 PM






On 14 Jan 2008 in macromedia.dreamweaver, _adrian wrote:

Quote:
Hmm.. that looks like it just cuts off by x numbers of characters..
I actually need to place the parentheses around the phone prefix,
and add the dash between the two other sets of numbers.. all form a
single string from the DB that otherwise looks like this:

2065551212
<%
DIM myNumber, myFormattedNumber
myNumber = "2065551212"
myFormattedNumber = "(" & mid(myNumber,1,3) & ") " & mid(myNumber,4,3) & "-" & mid(myNumber,7,4)
%>
<p>Number: <%= myNumber %></p>
<p>Formatted: <%= myFormattedNumber %></p>

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/contact.php


Reply With Quote
  #13  
Old   
_adrian
 
Posts: n/a

Default Re: Need a new data mask - 01-14-2008 , 07:23 PM



oh.. well, I guess thats easy enough. Thx



Reply With Quote
  #14  
Old   
_adrian
 
Posts: n/a

Default Re: Need a new data mask - 01-14-2008 , 07:23 PM



oh.. well, I guess thats easy enough. Thx



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.