Sha256: 90449a00363e0541041b7fdd0e1178e48bae5016d957084d02196cc9528b34d7
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
# this code is to list the scripts def listcalcscripts fileList = Dir.new($calcscript_directory).entries.sort.delete_if { |x| ! (x =~ /math$/) } @listcalcscriptresult = fileList.rwd_method("calcfillscriptname") end def calcfillscriptname(inffile) applet = inffile.gsub(/\.math$/, "") @a_calcscriptfilename = applet $currentcalcscriptname = applet @a_calcscriptcmd = applet end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bigtinker-0.96 | code/superant.com.rwdcalc/listscripts.rb |
bigtinker-0.97 | code/superant.com.rwdcalc/listscripts.rb |
bigtinker-0.98 | code/superant.com.rwdcalc/listscripts.rb |