search : sam m.

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

2613281 CF-3335956 External U. Hi Awdhesh, I'm searching for a 'string', not an 'array'. Can you please try this? data = ["aaaa", ["sam", "john"]]; elementToFind = "AAAA";//string inn = ArrayFindNoCase(data, elementToFind); writeoutput("Index found at #inn#"); Result: Index found at 1
). Steps to Reproduce: We just installed coldfusion 9.0 in mono or multi server installation and patched it (9.0.1). We added the .class file in "C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\classes\SamFax.class" We added cfx tag : * Java CFX * Tag Name : cfx_SamFax * Class Name : Sam
2597042 CF-3174462 Language Sam Dealey Custom functions named "trace" don't raise the expected errors Problem Description: Normally when a new function is added, the server produces an error when it encounters a custom function with a matching name. This doesn't occur with the new Trace() function