URL
https://opencores.org/ocsvn/cpu65c02_true_cycle/cpu65c02_true_cycle/trunk
Subversion Repositories cpu65c02_true_cycle
[/] [cpu65c02_true_cycle/] [branches/] [avendor/] [doc/] [HTML/] [scripts/] [svgcheck.vbs] - Rev 22
Go to most recent revision | Compare with Previous | Blame | View Log
' Copyright 1999-2000 Adobe Systems Inc. All rights reserved. Permission to redistribute
' granted provided that this file is not modified in any way. This file is provided with
' absolutely no warranties of any kind.
Function isSVGControlInstalled()
on error resume next
isSVGControlInstalled = IsObject(CreateObject("Adobe.SVGCtl"))
end Function
Go to most recent revision | Compare with Previous | Blame | View Log