[erlang-questions] Display problem while calling sub mod

Attila Rajmund Nohl attila.r.nohl@REDACTED
Mon Apr 12 19:01:03 CEST 2010


2010/4/12, Saravana <navaneethanit@REDACTED>:
>
> event(continue) ->
>       RES=wf:f("~B",processes:max(1000)),
> 	wf:flash(RES),
>
> when i execute these statements to display in my webpage, I get error

I haven't got the faintest idea what this function does, but based on
the info report I'd try something like this:

RES=wf:f("~B",[processes:max(1000)]),

By the way, are you sure that the processes:max returns what you expect?


More information about the erlang-questions mailing list