Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Rossco44
in reply to: Rossco44

Okay, so

Turns out the issue was simply trying to declare oStyle before the textbox had been created.

I've currently changed it so that it's just doing
oTextBox.Style.FontSize = 1

oTextBox.Style.Color = oRed

 

But my issue now is, how do I change the text within the new textbox without affecting other textboxes that already exist on the drawing?