Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP3335372B2 - Character string replacement processing apparatus and method - Google Patents
[go: Go Back, main page]

JP3335372B2 - Character string replacement processing apparatus and method - Google Patents

Character string replacement processing apparatus and method

Info

Publication number
JP3335372B2
JP3335372B2 JP7141792A JP7141792A JP3335372B2 JP 3335372 B2 JP3335372 B2 JP 3335372B2 JP 7141792 A JP7141792 A JP 7141792A JP 7141792 A JP7141792 A JP 7141792A JP 3335372 B2 JP3335372 B2 JP 3335372B2
Authority
JP
Japan
Prior art keywords
replacement
name
type
character string
mark
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP7141792A
Other languages
Japanese (ja)
Other versions
JPH05274133A (en
Inventor
宗一 湯原
嘉往 笠間
裕子 原
明子 宮本
正義 赤池
肇 三木原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP7141792A priority Critical patent/JP3335372B2/en
Publication of JPH05274133A publication Critical patent/JPH05274133A/en
Application granted granted Critical
Publication of JP3335372B2 publication Critical patent/JP3335372B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、プログラムのような、
構造を有するドキュメントにおける文字列置換処理装置
および方法に関するものであって、特に、作成中又は作
成済みのプログラムの修正、及び作成済みのプログラム
を再利用する場合などに有用なものである。文字列(名
標)は、すべて一律に置換されるのではなく、同じ文字
列でも、指定された条件に応じて置換したり置換しなか
ったりを切り分け可能にする。
BACKGROUND OF THE INVENTION The present invention relates to a program,
String replacement processor in documents having the structure
In particular, the present invention is useful for modifying a program that is being created or created, and reusing a created program. Character strings (name tags) are not all replaced uniformly, and the same character string can be distinguished between replacement and non-replacement according to designated conditions.

【0002】利用者プログラム作成人員の不足が問題と
なっている現在、人員不足をカバーするため、迅速な
プログラミングが必要となる。そのため作成システム側
は、作成システム利用者により速くプログラミングが
行える機能を提供しなければはならない。たとえば、プ
ログラミングの修正作業において、修正作業負担が最
低限で済むような作成システムが必要となってきてい
る。
[0002] The current shortage of the user program created personnel has become a problem, in order to cover the shortage of personnel, rapid programming is required. Therefore, the creation system side
In, should not have to provide a function that allows faster programming by creating a system user. For example, in the programming of the modification work, it has become necessary to create a system, such as modification work load requires only a minimum.

【0003】プログラム中の名標を置換する処理では、
一律置換すると利用者が意図しない名標も置換対象とな
りやすい。そのため、置換時の操作が煩雑になったり、
置換後に見直しや修正などの手戻りをする必要が生じ
る。本発明は、利用者が意図する名標をきめ細かく絞り
込むことを可能にして、置換時の操作を簡単にし、手戻
の必要を無くすものである。
In the process of replacing a name mark in a program,
Users and to replace uniform unintended Name Plate also not easy become a replacement target. Therefore, the replacement operation becomes complicated ,
After the replacement , it is necessary to perform rework such as review and correction. The present invention is to allow the user squeezing finely the Name Plate intended <br/> writing, to simplify the operation at the time of replacement, is intended to eliminate the need for rework.

【0004】[0004]

【従来の技術】図9ないし図11により、従来の名標置
換処理方法について説明する。
2. Description of the Related Art A conventional mark replacement processing method will be described with reference to FIGS.

【0005】図9および図10は、従来の名標置換処理
例をフロー形式で示したものである。図中(1)は置換
前の画面、図中(2)は置換及び置換対象名標の入力処
理、図中(3)は置換処理、図中(4)は置換後の画面
である。図示のように名標がプログラム中の様々な手続
き(命令)に定義されている場合、置換を行うと図中
(2)で入力された対象名標と同一の名標が全て置換対
象となり、利用者が置換したくない名標があった場合で
も置換対象となるといった構造になっている。
FIGS. 9 and 10 show a flow chart of an example of a conventional mark replacement process. In the figure, (1) is a screen before replacement, (2) is a process of inputting a replacement and replacement target label, (3) is a replacement process, and (4) is a screen after replacement. As shown in the figure, if a name mark is defined in various procedures (instructions) in the program, when the replacement is performed, all the same name marks as the target name mark inputted in (2) in the figure are replaced. The structure is such that even if there is a name tag that the user does not want to replace, it will be replaced.

【0006】図11は、従来の他の名標置換処理例であ
る。従来の作成システムにおいては、定義側の名標を変
更してもプログラム内でその名標を参照している命令等
の名標は自動的には変更されなかった。そのため、作業
域の名標「あ」、「い」のうち「あ」を「か」に変更し
た場合、定義側でのみ名標置換が行われ、名標参照側の
手続き中の命令には置換処理が及ばず、網がけされた命
令中の名標「あ」がそのまま残ってしまい、定義エラー
となっていた。
FIG. 11 shows another example of a conventional mark replacement process. In the conventional creation system, even if the name on the definition side is changed, the name of an instruction or the like that refers to the name in the program is not automatically changed. Therefore, if the name "A" of the work area is changed from "A" to "KA", the name is replaced only on the definition side. The replacement process could not be performed, and the mark "A" in the shaded instruction was left as it was, resulting in a definition error.

【0007】[0007]

【発明が解決しようとする課題】従来の置換では、置換
対象となる名標がプログラム中に存在する場合、利用者
が指定した名標と同一の名標全てが置換の対象となり、
プログラム作成時において利用者が意図しない種別の名
標も置換対象となったり、その反対に置換範囲が限定さ
れて意図した範囲の名標が置換されず、置換の回避や追
加等の操作が増え、また置換後見直し及び修正などの
手戻りが生ずるという問題があった。
In the conventional replacement, if a target mark to be replaced exists in the program, all the same marks as the name mark specified by the user are replaced.
When creating a program, names of types that the user does not intend are also subject to replacement.On the contrary, the replacement range is limited and the names in the intended range are not replaced, and operations such as avoiding replacement and adding are increased. , also there is a problem that hand return, such as review and correction after the replacement occurs.

【0008】本発明は、プログラム中の名標の置換のよ
うな文字列置換処理において、置換の範囲を適正化し、
置換後の見直しや追加修正などの手戻りの必要をなくす
ことを目的としている。
[0008] The present invention provides a method for replacing names in a program .
In character string replacement processing such as this,
The purpose is to eliminate the need for rework such as review after replacement and additional correction.

【0009】[0009]

【課題を解決するための手段】本発明は、文字列をその
属性によって分類しておくとともに文字列置換が可能
な属性のグループを指定する種別を予め複数種類設定し
ておき、置換時にその種別を指定することによって、置
換対象文字列の範囲が、入力された種別が指定する属性
グループの文字列のみに自動的に絞り込まれるようにし
たものである。
Means for Solving the Problems The present invention, together with previously classified character string by its attributes can string replacement
In advance plural kinds setting a type that specifies the group of attributes, by specifying the type upon substitution, attribute range to be replaced character string, the entered category specifying
This is to automatically narrow down to only the character string of the group .

【0010】図1により、本発明の原理を例示的方法に
より説明する。
Referring to FIG. 1, the principles of the present invention are illustrated in an exemplary manner.
A more detailed description will be given.

【0011】図1において、1は処理装置、2は表示装
置、3は入力装置、4はプログラム作成システム(また
はツール)、5は名標置換対象のプログラム、6は種別
と置換対象範囲との対応を与える種別チェックテーブ
ル、7は名標置換処理部である。
In FIG. 1, reference numeral 1 denotes a processing device, 2 denotes a display device, 3 denotes an input device, 4 denotes a program creation system (or tool), 5 denotes a program to be replaced with a target, and 6 denotes a type and a range to be replaced. A type check table 7 for giving a correspondence is a mark replacement processing unit.

【0012】利用者はプログラム5中のある名標を変更
したい場合、入力装置3から置換対象の名標(被置換名
標)、希望する置換名標、置換対象種別を入力し、置換
処理を指示する。名標置換処理部7は、入力された置換
対象種別により種別チェックテーブル6を参照し、該当
する置換対象範囲の情報を得て、その置換対象範囲にお
いて置換対象名標を置換名標に変更する置換処理を実行
する。
When the user wants to change a certain mark in the program 5, he / she inputs the name of the replacement target (name to be replaced), the desired replacement name, and the type of the replacement target from the input device 3, and executes the replacement process. To instruct. The name replacement processing unit 7 refers to the type check table 6 according to the input type to be replaced, obtains information on the range to be replaced, and changes the name to be replaced to the name in the range to be replaced. Execute the replacement process.

【0013】[0013]

【作用】本発明では、利用者が置換対象とする名標の種
別を指定することを可能としているため、プログラム作
成上において、利用者が意図する種別の名標のみを置換
対象とするよう適切に絞り込むことができる。これによ
り置換時の操作(置換の回避や追加など)をなくし、ま
た置換後の見直しや修正等の手戻りがなくなる。
According to the present invention, since it is possible for the user to specify the type of the name tag to be replaced, it is necessary in the program creation to replace only the name tag of the type intended by the user with the replacement target. Can be narrowed down. This eliminates the replacement operation (e.g., avoiding or adding replacement), and eliminates rework such as review and correction after replacement.

【0014】[0014]

【実施例】図2ないし図8により、本発明の実施例を説
明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described with reference to FIGS.

【0015】図2および図3は連結されて名標置換処理
の1つのフローを表す。図中(1)は置換前の画面、図
中(2)は置換、置換対象名標、置換対象種別の入力処
理、図中(3)は置換処理、図中(4)は置換後の画面
を示す。また6は種別チェックテーブルである。図示の
ように、名標がプログラム中の様々な手続き(命令)に
定義されている場合、置換を行うと図中(2)の入力処
理で入力された対象種別と、種別チェックテーブル6と
を突き合わせ、指定した種別の名標が記述可能な手続き
で同一の名標のみが置換対象となり、利用者が置換した
くない種別の名標があった場合、置換対象としないよう
にできる。図示された種別チェックテーブル6は、種別
A、種別B、…によって名標置換可能な手続き指定され
るようになっている。たとえば種別Aを指示すると、条
件や転記などの○印で設定された手続きのみが置換対象
として選択される。具体例を図4および図5に示す。
FIG. 2 and FIG. 3 are linked to show one flow of the mark replacement process. In the figure, (1) is a screen before replacement, (2) is a processing for inputting replacement, replacement target name, and replacement target type, (3) is replacement processing, and (4) is a screen after replacement. Is shown. Reference numeral 6 denotes a type check table. As shown in the figure, when the name mark is defined in various procedures (commands) in the program, when the replacement is performed, the target type input in the input process (2) in the figure and the type check table 6 are compared. When a user is able to describe a name tag of a specified type, only the same name tag can be replaced, and if there is a name tag of a type that the user does not want to replace, it can be excluded from the replacement target. In the illustrated type check table 6, a procedure that can be replaced with a mark is specified by type A, type B,. For example, when the type A is designated, only the procedures set by the circles, such as conditions and transcription, are selected as replacement targets. Specific examples are shown in FIGS.

【0016】図4および図5は連結されて、図2および
図3のフローと同様なフローを構成する。図中(1)の
置換前の画面において表示されているプログラムは、
「得意先マスタ」の値が零であれば「得意先マスタ」に
125を転記とする手続き、乱入力ファイルを「得意先
マスタ」とする手続き、表処理結果がEODであれば
「得意先マスタ」を呼び出す手続き、が表示されてい
る。このように名標「得意先マスタ」は種々の手続き中
に用いられている。
FIGS. 4 and 5 are connected to form a flow similar to the flow of FIGS. 2 and 3. The program displayed on the screen before replacement in (1) in the figure is
If the value of the "customer master" is zero, a procedure for posting 125 to the "customer master"; a procedure for setting the random input file to "customer master"; Is displayed. Thus, the name label "customer master" is used in various procedures.

【0017】一方、種別チェックテーブル6には、項目
名と資源名の種別が設けられており、項目名の種別で
は、条件命令や転記命令中の項目名に用いられている名
標のみが置換可能とされ、また資源名の種別では、順入
力や乱入力の資源名に用いられている名標のみが置換可
能とされている。
On the other hand, the type check table 6 is provided with types of item names and resource names. In the type of item names, only the labels used for the item names in the conditional command or the transfer command are replaced. It is made possible, and in the type of the resource name, only the mark used for the resource name of the sequential input or the random input can be replaced.

【0018】ここで項目名の種別に属する名標「得意先
マスタ」のみを他の名標「得意先コード」に置換したい
場合には、(2)の入力処理で、置換対象名標として得
意先マスタを指定し、置換名標として得意先コードを指
定し、置換対象種別として項目名を指定する。
Here, if it is desired to replace only the mark "customer master" belonging to the type of the item name with another mark "customer code", in the input processing of (2), the user is good as the mark to be replaced. Specify the destination master, specify the customer code as the replacement tag, and specify the item name as the replacement target type.

【0019】これにより(3)の置換処理では、種別チ
ェックテーブル6が参照されて、順入力、乱入力、呼び
出しの各手続きを置換対象外とし、条件と転記の手続き
を置換対象とする絞り込みが行われ、絞り込まれた対象
のみの名標置換が実行される。
Thus, in the replacement process (3), the type check table 6 is referred to to narrow down the order input, random input, and call procedures out of the replacement target and the condition and the transcription procedure as replacement targets. Then, only the narrowed targets are replaced with the target.

【0020】この結果、(4)の置換後の画面では、
(1)の画面の3行目の「得意先マスタ」のみが「得意
先コード」に置換されて表示される。
As a result, on the screen after replacement in (4),
Only the "customer master" on the third line of the screen of (1) is replaced with the "customer code" and displayed.

【0021】次に図6ないし図8により本発明の他の実
施例による名標置換処理を説明する。図6はその概念的
な説明図、図7はフロー図である。図6において、は
作成システム画面上に表示されている定義側の名標、
は作成システム画面上に表示されている名標参照側の名
標、定義側及び名標参照側の名標を種類わけしたデータ
が及び、名標変更後に自動置換を行う定義側の種別
およびその対象となる名標参照側の種別をテーブルとし
たものがである。,,は作成システムの内部デ
ータである。
Next, with reference to FIGS. 6 to 8, a name replacement process according to another embodiment of the present invention will be described. FIG. 6 is a conceptual explanatory diagram, and FIG. 7 is a flowchart. In FIG. 6, is a name tag on the definition side displayed on the creation system screen.
Is the data of the name reference of the name reference side displayed on the creation system screen, the data of the definition side and the name mark of the name reference side, and the type of the definition side that performs automatic replacement after the name change. The type of the target name reference side is a table. ,, Are internal data of the creation system.

【0022】図7のフローを参照して処理動作を説明す
ると、定義側の名標の変更が行われた時(a)、変更名
標の種別()がに存在するか判定する(b)。次に
名標参照側の名標を取り出し(c)、取り出した名標の
種別()がの対象となる種別に存在するか探し出す
(d)。取り出した名標がで対象として該当した時
は、aの変更前の名標とcの名標が一致するか判定し
(e)、一致した場合はcの名標をaの変更後の名標に
変更する(f)。
The processing operation will be described with reference to the flowchart of FIG. 7. When the name on the definition side is changed (a), it is determined whether or not the type () of the changed name exists (b). . Next, the name mark on the name reference side is fetched (c), and it is searched whether the type () of the fetched name mark exists in the target type (d). When the retrieved name mark is applicable as a target, it is determined whether the name mark before the change of a and the name mark of c match (e), and if they match, the name mark of c is changed to the name after change of a. (F).

【0023】図8に具体例を示す。この例では、定義側
の内部データの種別がBである作業域「2」を作業域
「あ」に変更する。この時、テーブルの自動置換の対象
にはBが存在するので、変更後の自動置換処理を行う。
まず、名標参照側の名標(命令1の作業域「1」)を取
り出す。取り出した名標(作業域「1」)の内部データ
の種別(C)とテーブルの対象となる参照側名標の種別
を比較する。作業域「1」のCは参照側名標の種別にあ
てはまるものがないため、次の命令(命令2)の名標
(作業域「2」)を取り出す。作業域「2」は種別/名
標共に該当するため、名標の変更を行う。このようにし
て名標参照側の名標をすべて取り出しながら置換を行う
ことにより自動置換が完了する。
FIG. 8 shows a specific example. In this example, the work area “2” in which the type of the internal data on the definition side is B is changed to the work area “A”. At this time, since B is present in the table for automatic replacement, automatic replacement processing after the change is performed.
First, the name reference (the work area “1” of the instruction 1) on the name reference side is extracted. The type (C) of the internal data of the retrieved name mark (work area “1”) is compared with the type of the reference side name mark that is the target of the table. Since C in the work area “1” does not correspond to the type of the reference side mark, the name (work area “2”) of the next instruction (instruction 2) is extracted. Since the work area “2” corresponds to both the type and the name tag, the name tag is changed. Thus, the automatic replacement is completed by performing the replacement while taking out all the names on the name reference side.

【0024】[0024]

【発明の効果】本発明により、プログラム修正/変更時
の関連修正(探索/置換動作)を行う必要がなくなり、
プログラムの生産性が向上する。プログラムの記述量、
定義側の名標を参照する部分の数、及びMMIにおける
修正動作の数が多ければ多いほどその効果は大きい。
According to the present invention, it is not necessary to perform a related correction (search / replace operation) at the time of program correction / change.
Improve program productivity. The amount of program description,
The greater the number of parts referring to the name tag on the defining side and the number of correction operations in the MMI, the greater the effect.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の原理図である。FIG. 1 is a principle diagram of the present invention.

【図2】本発明実施例による名標置換処理のフロー図
(その1)である。
FIG. 2 is a flowchart (No. 1) of a mark replacement process according to the embodiment of the present invention.

【図3】本発明実施例による名標置換処理のフロー図
(その2)である。
FIG. 3 is a flow chart (No. 2) of a mark replacement process according to the embodiment of the present invention.

【図4】本発明実施例による名標置換処理の具体例によ
るフロー図(その1)である。
FIG. 4 is a flowchart (part 1) of a specific example of a name place replacement process according to the embodiment of the present invention;

【図5】本発明実施例による名標置換処理の具体例によ
るフロー図(その2)である。
FIG. 5 is a flowchart (part 2) of a specific example of the mark replacement process according to the embodiment of the present invention;

【図6】本発明の他の実施例による名標置換処理の説明
図である。
FIG. 6 is an explanatory diagram of a mark replacement process according to another embodiment of the present invention.

【図7】本発明の他の実施例による名標変換処理のフロ
ー図である。
FIG. 7 is a flowchart of a name conversion process according to another embodiment of the present invention.

【図8】本発明の他の実施例による名標変換処理の具体
例の説明図である。
FIG. 8 is an explanatory diagram of a specific example of a name mark conversion process according to another embodiment of the present invention.

【図9】従来例における名標置換処理のフロー図(その
1)である。
FIG. 9 is a flowchart (part 1) of a mark replacement process in a conventional example.

【図10】従来例における名標置換処理のフロー図(そ
の2)である。
FIG. 10 is a flowchart (No. 2) of a mark replacement process in a conventional example.

【図11】他の従来例による名標置換処理の説明図であ
る。
FIG. 11 is an explanatory diagram of a mark replacement process according to another conventional example.

【符号の説明】[Explanation of symbols]

1 処理装置 2 表示装置 3 入力装置 4 プログラム作成システム 5 作成されたプログラム 6 種別チェックテーブル 7 名標置換処理部 Reference Signs List 1 processing device 2 display device 3 input device 4 program creation system 5 created program 6 type check table 7 mark replacement unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 原 裕子 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 宮本 明子 石川県金沢市増泉3丁目4番30号 株式 会社富士通北陸システムズ内 (72)発明者 赤池 正義 石川県河北郡宇ノ気町字宇野気ヌ98番地 の2 株式会社ピーエフユー内 (72)発明者 三木原 肇 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 合議体 審判長 西川 正俊 審判官 長島 孝志 審判官 吉見 信明 (56)参考文献 特開 平3−250220(JP,A) 特開 平2−109133(JP,A) 特開 昭63−82541(JP,A) 特開 平4−74269(JP,A) 特開 昭61−48065(JP,A) 特開 平2−129760(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/06 530 G06F 17/24 554 ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Yuko Hara 1015 Ueodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture Inside Fujitsu Limited (72) Inventor Akiko Miyamoto 3-4-30 Masuizumi, Kanazawa City, Ishikawa Prefecture Fujitsu Hokuriku Co., Ltd. Within Systems (72) Inventor Masayoshi Akaike 98-2 Unoki-nu, Unoki-cho, Kawakita-gun, Ishikawa Prefecture Inside PFU Co., Ltd. (72) Inventor Hajime Mikihara 1015 Kamodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture Fujitsu Limited Judge Masatoshi Nishikawa Judge Takashi Nagashima Judge Nobuaki Yoshimi (56) References JP-A-3-250220 (JP, A) JP-A-2-109133 (JP, A) JP-A 63-82541 (JP, A) JP-A-4-74269 (JP, A) JP-A-61-48065 (JP, A) JP-A-2-129760 (JP, A) (58) Fields investigated (Int. . 7, DB name) G06F 9/06 530 G06F 17/24 554

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 構造を有するドキュメントを対象とした
文字列置換処理装置であって、複数の種別のそれぞれについて、文字列置換対象範囲の
一つあるいは複数を対応付けて管理する種別チェックテ
ーブルと、 置換対象文字列、置換文字列、置換対象の種別を受付け
る置換処理受付手段と、 前記置換対象の種別より、前記種別チェックテーブルを
参照して置換対象範囲を特定し、該対象範囲内の前記置
換対象文字列により前記置換文字列への置換を実行する
文字列置換処理手段 とを備えることを特徴とする文字列
置換処理装置
1. A character string replacement processing apparatus for a document having a structure, wherein a character string replacement target range is set for each of a plurality of types.
A type check card that manages one or more
And the replacement string, the replacement string, and the type of the replacement
The type check table according to the type of the replacement target.
The range to be replaced is specified with reference to the
Performs replacement with the replacement character string using the replacement target character string
String substitution processing apparatus characterized by comprising a string substitution processing unit.
【請求項2】 構造を有するドキュメントを対象とした
文字列置換処理方法であって、 置換対象文字列、置換文字列、置換対象の種別を受付
け、 複数の種別のそれぞれについて文字列置換対象の一つあ
るいは複数を関連付けた対応関係に基づいて、受付けた
前記種別より置換対象範囲を特定し、 前記絞り込んだ置換対象範囲内にある前記置換対象文字
列により前記置換文字列への置換を実行する ことを特徴
とする文字列置換処理方法。
2. Targeting a document having a structure
This is a character string replacement processing method, which accepts the replacement target character string, the replacement character string, and the type of the replacement target.
For each of the multiple types , one
Or, based on the correspondence relationship that linked multiple
A replacement target range is specified from the type , and the replacement target character in the narrowed replacement target range is specified.
Characterized by executing the substitution of the replacement string by string
Character string replacement processing method.
JP7141792A 1992-03-27 1992-03-27 Character string replacement processing apparatus and method Expired - Fee Related JP3335372B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7141792A JP3335372B2 (en) 1992-03-27 1992-03-27 Character string replacement processing apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7141792A JP3335372B2 (en) 1992-03-27 1992-03-27 Character string replacement processing apparatus and method

Publications (2)

Publication Number Publication Date
JPH05274133A JPH05274133A (en) 1993-10-22
JP3335372B2 true JP3335372B2 (en) 2002-10-15

Family

ID=13459920

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7141792A Expired - Fee Related JP3335372B2 (en) 1992-03-27 1992-03-27 Character string replacement processing apparatus and method

Country Status (1)

Country Link
JP (1) JP3335372B2 (en)

Also Published As

Publication number Publication date
JPH05274133A (en) 1993-10-22

Similar Documents

Publication Publication Date Title
EP0075732B1 (en) Method and apparatus for merge processing in a text processing system
US6005560A (en) Multi-media project management and control system
US6067554A (en) Method and apparatus for displaying print documents
US20010011287A1 (en) Apparatus for defining a style specification for visually outputting a structured document
US5033008A (en) Dynamic selection of logical element data format as a document is created or modified
US5608857A (en) Document preparation support system using knowledge database to determine document layout
JPH0583925B2 (en)
US4555759A (en) Selective use of restored file setups
JPH05108641A (en) Document style design supporting device
EP0995171A1 (en) Multi-media project management and control system
JP2002222238A (en) Printing process system and method using document adviser service
JP4185175B2 (en) How to display structured documents
JP3335372B2 (en) Character string replacement processing apparatus and method
JP4834919B2 (en) Automatic typesetting system
EP0410062B1 (en) Dynamic selection of logical element data format
JP2002298081A (en) Optical character recognition device and field definition method for form reading definition body
JPH06119328A (en) Document editing system
HU210893B (en) Method for transmitting information in information processing systems and such information processing system
KR20050049760A (en) Report formating installation of web reporting tool and method thereof
JP3794148B2 (en) Document creation support device
JP3348943B2 (en) Table format conversion method for database search results
JP2969920B2 (en) Document processing device
JP2025141029A (en) File analysis and storage system
JP2001175774A (en) Workflow processing method and workflow processing device
JPH05298077A (en) Customizing development procedure support method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010814

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313532

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees