Author Topic: How can I retrieve the value of a MEMO Tag in a Shape Script  (Read 3428 times)

Pierre Beyssac

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
How can I retrieve the value of a MEMO Tag in a Shape Script
« on: September 23, 2021, 10:34:45 pm »
Hello everybody,

Do you know how can I retrieve the value of a MEMO Tag in a Shape Script?

If this is not possible, is there another solution to allow the entry of a list of IPs for example from a simple Tag (Tag carried by an element of an MDG)?

Thanks in Advance

- Pierre  ;)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13283
  • Karma: +556/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How can I retrieve the value of a MEMO Tag in a Shape Script
« Reply #1 on: September 23, 2021, 10:57:43 pm »
I don't think you can.

And a regular tag can hold only 255 characters, so you will only be able to fit a limited number of IP addresses there.

Possible alternative is to provide as many tags as you will ever need.

e.g.

- IP1
- IP2
- IP4

You can address each of those individually in your shape script and print them.

Geert

Pierre Beyssac

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: How can I retrieve the value of a MEMO Tag in a Shape Script
« Reply #2 on: September 24, 2021, 03:30:22 am »
Hello Geert
Thanks a lot for your reply.
I will go back to the alternative solution