
Chapter 13 Input/Output Control Statements
13-33
change_pCap (Version 1.5 or later)
Function
Edits a caption for a specified page.
Format
change_pCap <PageNumber>,<Caption>
<PageNumber> Number indicating a page out of all pages arranged on
a TP operation panel.
<Caption> Character string to be displayed in the title bar of a
page.
Explanation
change_pCap displays a character string specified by <Caption> in the title
bar of a page specified by <PageNumber>.
Example
'!TITLE "<Title>"
PROGRAM sample4
.
.
.
pcap4 = "Cut workpiece"
page_no = 3
.
.
.
change_pCap page_no,pcap4
.
.
.
end
Page caption example
Comentários a estes Manuais