Question Gary Koester · Apr 27, 2022 replacing characters The doc name is formatted lname,fname. How do I replace the comma with a ^ so I get lname^fname. #Caché 0 3 0 385
Question Gary Koester · Nov 11, 2021 #5003 not implemented I am trying to create a scheduled task but get not implemented error when I try to run it. Class PICIS.Core.Tasks.CleanEntry Extends %RegisteredObject{ ClassMethod ClearTasks(pBackupFile As %String = "d:\Temp\BackupTasks.xml", pDelete As %Boolean = 0){ // Create backup file Set tBackup = ##class(%Stream.FileCharacter).%New() Set tBackup.Filename = pBackupFile Do tBackup.WriteLine("<?xml version=""1.0"" encoding=""UTF-8""?>") Do tBackup.WriteLine("<Tasks>") #Caché 0 14 0 560