10196 : How to add a list of numbers or texts to a Schema time item
… I’ve tried . Dim X As IphDataEntity_SchemaTime Set X = phSchemaX1.AddSchemaTime(0) X.AddText “1”, 10, 10, X.AddText “2”, 10, 10, Answer But the second text overwrites the first. the 10’s are… Continue reading