@verb #1409:"tell_www_body" this none this rxdo #8084 @program #1409:"tell_www_body" this none this pass(@args) if (listassoc("isindex", dobj) == {"isindex", "all"}) data = {} for x in (this.quotes) data = {@data, {tostr(x[3], " (", x[1], ")"), $su:currency(this:_get_value(x[1])), tostr("")}} endfor data = $list_utils:sort(data, $list_utils:slice(data, 1)) player:tellColumnsEx(2, "lll", {1, 1, 1}, {"Company", "Current Price", "Graph"}, @data) return endif if (listassoc("isindex", dobj) == {"isindex", "compare"}) player:tell("
") player:tell("") player:tell("

Select up to five stocks to compare:

") for x in [1..5] player:tell("") endfor player:tell("") player:tell("
") return endif if (!listassoc("symbol", dobj) && (index = player.user in this.users)) ui = this.user_info[index] data = {} for x in (ui[2]) data = {@data, {tostr(listassoc(x[1], this.quotes)[3], " (", x[1], ")"), $su:group_number(x[2]), $su:currency(this:_get_value(x[1])), $su:currency(x[3]), $su:currency(this:_get_value(x[1]) * tofloat(x[2])), this:_link_w_plot(x[1])}} endfor player:tellColumns("llllll", $list_utils:make(6, 1), {"Company", "Shares", "Current Price", "Invested", "Current Value", "Graph"}, @data) endif if (listassoc("type", dobj) == {"type", "activex"} || listassoc("type", iobj) == {"type", "compare"}) player:tell(this:fileread("plfplotocx.html")) return endif z = listassoc("symbol", dobj) player:tell("
") player:tell("Stock symbol: ") player:tell("
") if (z) symbol = z[2] player:tell("") elseif (!(player.user in this.users)) player:tell("") endif "Last modified by Lao-Tzu (#8084) on Thu Jun 28 08:55:50 2001 MDT." .