I am trying to execute two blocks of code one for pre and the other for post. I have forgotten the syntax.
Does anyone here know?
something like:
if (pre-operation){
do this
}
else if (post-operation){
do something else
}
*This post is locked for comments
I have the same question (0)