Versions Compared

Key

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

...

ReplacePage

Replaces the current page with the specified page.

Subroutine

Command

ReplacePage (“Page name”)

Script

ReplacePage “Page name”

Description

Replaces the current page with “Page name”Page name.

Example

Replaces the current page with the Page Apage.
ReplacePage (“Page A”)

...

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 Replaces the $1 and $2 items on Page1with tags “AA” and “BB”AA” and “BB, respectively, and display them on the screen.

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

...