|
-
Oct 21st, 2005, 12:51 PM
#2
Re: Help me with this formula.
When setting variables you need to use := not just the equal sign.
Also, the statements which set variables need to end with a semi-colon.
iCountLeft:=InStr ({RemedyDaily.customer_notes},"Requested");
iCountRight:=InStrRev ({RemedyDaily.customer_notes},"Requested" ,0 );
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|