aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Doubt regarding functions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Doubt regarding functions" Watch "Doubt regarding functions" New topic
Author

Doubt regarding functions

rama murthy
Ranch Hand

Joined: Jan 13, 2006
Posts: 82
Can we invoke a function that has 3 parameters with one.

like

function handleAccountEvent(evt, arg, rowId) { }

with

handleAccountEvent(EVENT_NEW_OWE)
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
I belive that is a wuestion and not a doubt...lol

Your other two variables will be null.

Eric
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Doubt regarding functions
 
Similar Threads
Functions of fire wall
XSLT: How to show the Tag NAME?
How do i call my function in JSP
WA #1.....word association
Dynamically set the xsl:value-of select through a xsl:variable