<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, <br>
<br>
I have got a user customfield called<big> </big><tt><big>MyComment</big>
</tt>and I want to filter all users where this customfield is not
empty. In my case,  it is of freefrom type. The function
LimitToCustomField does not work properly if I use <br>
<br>
<tt><big>$User->LimiToCostumField("FIELD" => "MyComment", <br>
                           "OPERATOR" => "!=",<br>
                            "VALUE" => "");</big><br>
<br>
 </tt><br>
Has anybody got a hint? <br>
<br>
Greetings, <br>
<br>
Wolfram<br>
<br>
</body>
</html>