JP1 Version 8 JP1/Script(Windows(R)用)
JP1/Scriptのコーディング規則を次に示します。
Command (A,B,C,
D,E,F)Command A,B,C, _
D,E,FCommand(A) Command△(A) Command△A Command(A,B) Command△(A,B) Command△A△B Command△A,B
Command( Function( A,B,C),D,E) Command Function( A,B,C),D,E Command Function( A,B,C)D△E
(例)M=Command(A,B,C)+Function(D)
(例)#FileVersion = 0700
(例)LabelName:
#FileVersion = 0700
#Option = NOCHANGE
MessageBox( "C:\\WkDir\\Script.SPT" )
[メッセージボックスに出力される文字列]
C:\\WkDir\\Script.SPT
#FileVersion = 0700
MessageBox( "C:\\WkDir\\Script.SPT" )
[メッセージボックスに出力される文字列]
C:\WkDir\Script.SPT #FileVersion = 0700
#Option = NOCHANGE,NOPREFIX
Message( Target_DispOn,"Display","Client&Server" )
[ウィンドウに出力される文字列]
Client&Server #FileVersion = 0700
Message( Target_DispOn,"Display","Client&Server" )
[ウィンドウに出力される文字列]
ClientServer MessageBox( "Error code:""99""" )
[メッセージボックスに出力される文字列]
Error code:"99"All Rights Reserved. Copyright (C) 2006, 2007, Hitachi, Ltd.