Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ReplacePageEx

Replaces the current page with the specified page, and replaces the registration entry with the specified tag.

Subroutine

Command

ReplacePageEx("New Page Name","Tag Name List")

Script

ReplacePageEx "New Page Name","Tag Name List"

Description

Replaces the current page with the specified page, and replaces the registration entry with the specified tag.

When editing a page, replace the items specified by $1, $2... Replace the items specified by $n with the tag names specified in the “Tag Name List”. Tag names are separated by commas (,).

Example

Replace the $1 and $2 items on Page2 Page1 with tags “AA” and “BB”, respectively, and display them on the screen.

ReplacePageEx(“Page1”,”AA,BB”)

...