[SOLVED] Nice coding - can I define something as function module on form?
Author: dammie@seznam.cz (dammie)
Hello, in my code I can use this : call L_my_proc_get_state ( ln_state ) if ( ln_state ) ... do something I would like use more nice and readable command as this... if ( $my_function_get_state ) ... do something Is there any way to do this on form or how to get it with proc / operation more nicely? Thanks for tips..




