Posted By
Kiran Adhikari
09-15-2025 13:09
Found In
Egroup:
Facility Control
\
view thread
Hi Bob, Here is an ogScript example that displays the HScore value from an XML file as a label. When the XML changes, pressing the 'read' button will update the HScore label. var file = params.getValue("filename", 0); var xml = ogscript.parseXML(file); var nodes = ...
|