Re: Trapping syntax errors within Interpret?



Oops, missing a return in my DoIt subroutine :-)

DoIt:
signal on syntax
Interpret "r="expr.i
return

.



Relevant Pages

  • RE: How do I use the INSERT INTO Statement in VBA?
    ... The syntax should be ... docmd.runsql "insert into target values ... Is there something I am missing? ... Prev by Date: ...
    (microsoft.public.access.modulesdaovba)
  • Re: email from subform
    ... "Michel Walsh" wrote: ... > Have you try the syntax: ... >> convention I am missing? ... Prev by Date: ...
    (microsoft.public.access.forms)
  • Re: Trapping syntax errors within Interpret?
    ... missing a return in my DoIt subroutine :-) ... I am a bit puzzled by the difference between "Syntax" conditions, ... called by the Interpret statement, it also causes a Signal on Syntax. ...
    (comp.lang.rexx)