Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Bill #1
Mathimatic Functions
Hi All
I need to subtract 20% from a field. Actually I need to subtract 20% if
field count = 2 or more items.
Math functions aren't my strong suite so I was hoping someone here might
point me in the right direct as to what function to use.
Bill
Bill Guest
-
Any SDK functions for XFA ?
Hi, I would like to know if there are some SDK functions to read/write data into the xfa strings within documents created using LC8 instead of... -
Too many functions!!!
While developing a large FMS application, main.asc has become more than a bit lengthy. The bulk of the file is taken up by the custom client... -
Help with cf functions
Here is my problem: I am having component file and inside 3 functions. First function is returning set of results, and then according to... -
Using ZIP functions..
Okay, here's the scenario.. I have uploaded file_blah.zip .. It has a file compressed in it called asdf.mgx .. The thing I need to do is rename the... -
#10743 [Com]: class functions & PHP core functions inconsistently clash ;)
ID: 10743 Comment by: destes at ix dot netcom dot com Reported By: jjones at net-conex dot com Status: Open... -
BSterner #2
Re: Mathimatic Functions
<cfset num3 = #FORM.myField# - (.2 * #FORM.myField#)>
BSterner Guest
-
Mr Black #3
Re: Mathimatic Functions
Slightly shorter:
<cfset num = 0.8 * #FORM.myField#>
Mr Black Guest



Reply With Quote

