data: NAME(20) value 'source',
SOURCE(10) value 'Bruce',
TARGET(10).
write (NAME) to TARGET. " write ('source') to TARGET.
write / TARGET. " 'Bruce' will be printed
Step 1. Install cors from NeGet Step 2. Enable cors in config using System; using System.Collections.Generic; using System.Linq; using ...
data: NAME(20) value 'source',
SOURCE(10) value 'Bruce',
TARGET(10).
write (NAME) to TARGET. " write ('source') to TARGET.
write / TARGET. " 'Bruce' will be printed