Posted By
Jonas Geduldig
08-27-2021 12:24
Found In
Egroup:
Graphics
\
view thread
Or, I can ask this another way. I have the following in my scene script, which uses the datalinq's first cell to set a text object: dim text as xpTextObject self.GetObjectByName("Text1", text) dim data as xpDatalinq data = text.Datalinq data.Row = 1 data.Column = 1 text.Text = data.Value ...
|