Functionpublic function long wa_isactive (long arg_start)

Defined in: pbwword

public function long wa_isactive (long arg_start)

Comment:
Returns 0 if word is not active. If arg_start > 0 starts word


Script:
public function long wa_isactive (long arg_start);

Long ret
ret = i_PBWWord.isactive(arg_start)

return ret

end function