Search found 2 matches

by wbshrk
2013-12-16 11:59:28
Forum: Ant Movie Catalog > Scripts
Topic: Elseif
Replies: 5
Views: 2511

I have tried that at the script error out at the first else if. See code below. if I just use plan if it works fine.

if Value <> '' then
begin
if RegExprSetExec('drama',AnsiLowerCase(Value)) = True then
SetField(fieldCategory, 'Drama');
else if RegExprSetExec('comedy',AnsiLowerCase(Value ...
by wbshrk
2013-12-14 00:16:24
Forum: Ant Movie Catalog > Scripts
Topic: Elseif
Replies: 5
Views: 2511

Elseif

How does Else if work in the scripts?