sandy1028 Posted September 4, 2007 Share Posted September 4, 2007 What is the difference between these two statement? Names(1); Names(); Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted September 4, 2007 Share Posted September 4, 2007 the first will call a function called 'Names' and pass the parameter '1' to that function. the second just calls the function. Quote Link to comment Share on other sites More sharing options...
sandy1028 Posted September 4, 2007 Author Share Posted September 4, 2007 The output when details fetched from database is First one displays names where the fieldname access=1 and second displays all the names. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted September 4, 2007 Share Posted September 4, 2007 thats great... Quote Link to comment Share on other sites More sharing options...
Azu Posted September 4, 2007 Share Posted September 4, 2007 The output when details fetched from database is First one displays names where the fieldname access=1 and second displays all the names. :golfclap: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.