ExtendScript Find() methods - FS_FindCustomizationFlags constants


hi,

 

while attempting find operations extendscript, fm2015, find documented constants fs_findcustomizationflags not resolve. doc:

 

constant.fs_findcustomizationflags (15) - optional parameter of type ft_integer may of following bit flags or’ed together:

• constants.ff_find_consider_case (0x01)

• constants.ff_find_whole_word (0x02)

• constants.ff_find_use_wildcards (0x04)

• constants.ff_find_backwards (0x08)

 

for example, reports "undefined":

 

   alert(constants.ff_find_consider_case);   

 

i worked around specifying hex integer directly, i'm wondering if i'm missing something. , fwiw, bumped looking way search regular expressions. found in fdk fapidefs.h file, fortunately allowed me work:

 

#define ff_find_use_regex   ((intt)   0x10)

 

russ

hi russ,

this bug has been fixed update 3 (ref# 4102169).

but don't know if fm 10, 11 or 12 affected.

 

 

klaus



More discussions in FrameMaker Scripting


adobe

Comments

Popular posts from this blog

Illustrator CS6 Ocurrío un error E/S en el archivo.

Why is os_ViewContainer running?

Animate - problem with duplicating scripts after loop