how can i pass a string-parameter and a date-parameter to my function
Can i do it lile this?
HTML Code:
ax.MaakAgendaPunt('test1', 'test2', #21/03/2006#, #22/03/2003#, 'Here');
Do I use single quotes for strings and "railroad"-marks (#) for dates, or am i mistaking?