Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: XT73P133

XT73P133.m

Go to the documentation of this file.
  1. XT73P133 ;RSD/OAKLAND - Test Routine for XT*7.3*133
  1. ;;7.3;TOOLKIT;**133**;Apr 25, 1995;Build 15
  1. ;This routine is only to test XINDEX for patch 133. It contains several
  1. ; different formats for Cache Objects.
  1. Q
  1. SET STATUS=##class(%XML.TextReader).ParseStream(STREAM,.READER,,,,,1)
  1. SET XOBSTAT=$System.OBJ.DeletePackage("xobw")
  1. SET XOBSTRM=##class(%FileCharacterStream).%New()
  1. SET X=XOBSTRM.ReadLine(XOBJECT)
  1. DO $System.OBJ.DisplayError(%OBJLASTERROR)
  1. Q