Newbie question Writing to a Memory Tag

Created integer memory tag “Test Tag”

Attempting to write to a memory tag in Designer ‘Script Console’

Executed this: system.write.tag(“Test Tag”,1)

This returned:
Traceback (most recent call last):
File “”, line 1, in
AttributeError: ‘com.inductiveautomation.ignition.designer.gui.tool’ object has no attribute ‘write’

and of course tag did not get written to
What am I missing?

Thanks,

Try:

system.tag.write("Test Tag",1)

Here you have all Ignition help:
https://docs.inductiveautomation.com/display/DOC79/system.tag.write

Thanks for the help, closed the topic before I could thank you. Told you I was a newbie.

No problem… We all was once there… :thumb_left: