[Bf-python] Clearing single scriptlink

Stephen Swaney sswaney at centurytel.net
Sun Mar 20 14:33:33 CET 2005


On Sun, Mar 20, 2005 at 05:03:41AM -0800, Gert De Roost wrote:
> 
> Not doing this will however be a common oversight, so
> it might be saver to get clearScriptLinks to take
> optional arguments like this:
> 
> clearScriptLinks("script1", "script2", "script3",...)

If you are passing a variable number of arguments,
you probably want to do it as a list:

clearScriptLinks( [ "script1", "script2", "script3" ] )

-- 
Stephen Swaney			
sswaney at centurytel.net




More information about the Bf-python mailing list