23 Dec
2010
23 Dec
'10
5:19 p.m.
On 12/23/2010 05:12 PM, Thomas A. Schmitz wrote:
On Dec 23, 2010, at 4:56 PM, Hans Hagen wrote:
Compare:
if languages.current() == "en" then
and
if languages.current == "en" then
The first is testing the result of a function call, the second is testing the function variable itself. Best wishes, Taco