Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Jamesy #1
number seperation in ASP
Hi,
Let's say I have a form value which would come back a decimal number (ie.
25.45)
I need to first take the whole number and multiple it by 14 and then add it
the number after the point.. but taking that number as a whole number
itself.
so I would do 25 * 14 = 350
350 +45 = 395
The only way I can think of seperating them is to use the split function...
would that the best method?
James
Jamesy Guest
-
Comma Seperation List and Join Statement
Hi I have a table with a field that contains a comma sperated list of userID's (e.g c43, c45, c48). I'm trying to join the users table with this... -
Seperation anomoly captain!!!
Hi all, when I look at the plates in Acrobat, my text which is black only, appears on all plates, this is very strange, have tested it with a pic... -
Colour Seperation in 11?
Hello, just upgraded from 10 to 11. Part of my job is to check all the colour seperations before i send it to the printer....so I have to be... -
Epson 3000 RIP 4.51 - No seperation options
Whats up with the lack of seperation printing options for Freehand 10, when printing via the Epson 300 Stylus Rip 4.51 software? I'm on the... -
Address Seperation Question
I have a database with a field that contains: <Company Name> <Address> <City> <State> <Zip> <Phone> in one field. I also have individual... -
RobGT #2
Re: number seperation in ASP
I would use Split at the decimal - it's the most logical approach, i think.
HTH
Rob
[url]http://robgt.com[/url]
RobGT Guest



Reply With Quote

