JPH05100807A - Character string editing system - Google Patents

Character string editing system

Info

Publication number
JPH05100807A
JPH05100807A JP26153391A JP26153391A JPH05100807A JP H05100807 A JPH05100807 A JP H05100807A JP 26153391 A JP26153391 A JP 26153391A JP 26153391 A JP26153391 A JP 26153391A JP H05100807 A JPH05100807 A JP H05100807A
Authority
JP
Japan
Prior art keywords
character string
display
editing
input
conversion
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.)
Pending
Application number
JP26153391A
Other languages
Japanese (ja)
Inventor
Tatsuo Isono
辰雄 磯野
Michiko Karakama
美知子 唐鎌
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.)
NEC Corp
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Solution Innovators 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 NEC Corp, NEC Solution Innovators Ltd filed Critical NEC Corp
Priority to JP26153391A priority Critical patent/JPH05100807A/en
Publication of JPH05100807A publication Critical patent/JPH05100807A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To input a character without being restricted by means of an input system by analyzing a character string where character attributes are mixed, executing editing adjusted to the attributes and re-editing the character string corresponding to a display pattern so as to display it. CONSTITUTION:When character string data where the attributes of Japanese, English and a numeric are mixed is inputted from an input part 1, an input data analysis part 21 divides character string data by the attribute and the number of digits. A conversion control part 22 refers to the display pattern stored in a conversion data part 5 against the divided character string, and executes an editing/conversion processing. A display processing part 3 generates a display image from edited data and outputs and displays it in a display part 4. Namely, comma-editing is executed against a numerical item, the arithmetic operation is executed for an arithmetic expression and the number of the characters after editing is judged. The number of the characters is calculated by including an item blank. When it is not settled within one line, the display pattern for two lines is referred to from the conversion data part.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は文字列編集方式、特に対
話処理で画面設計イメージに従って文字列入力を行なう
他に、別形式の文字列入力を行なう場合の文字列編集方
式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character string editing method and, more particularly, to a character string editing method for inputting a character string in another format in addition to inputting a character string in accordance with a screen design image in interactive processing.

【0002】[0002]

【従来の技術】従来、この種の文字列編集方式は、図3
(a)に示すように画面設計イメージが設計されている
場合に、一明細で入力できる項目は、入力桁数,入力文
字属性,カンマ・小数点編集等が設計段階で固定される
ので、図3(b)に示すように詳細な内容を入力する場
合に、桁数が足りなかったり、文字属性が日本語や英数
字で演算式を含む場合は計算結果を予め計算して入力す
るようになっている。
2. Description of the Related Art Conventionally, this type of character string editing method is shown in FIG.
When the screen design image is designed as shown in (a), the number of input digits, input character attributes, comma / decimal point editing, etc. are fixed at the design stage, so that the items that can be entered in one detail are fixed at the design stage. When inputting detailed contents as shown in (b), if the number of digits is insufficient or the character attribute includes Japanese or alphanumeric expressions, the calculation result is calculated and input in advance. ing.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の文字列
編集方式は、対話処理で表示装置に示された画面設計イ
メージに従って入力することは容易にできるが、画面設
計イメージにない項目の入力を行なう場合には画面を定
義しなおすとか、不自然な形式でしか入力できないとい
う問題点がある。また日本語項目や英数字項目に編集文
字を含む場合は、文字列の判断が困難なために、演算式
の計算編集やカンマ編集を行なわせることができず、そ
れらは手入力によらなければならないという煩雑さを有
している。
In the above-mentioned conventional character string editing method, it is easy to input according to the screen design image shown on the display device by the interactive processing, but it is possible to input the items which are not in the screen design image. If you do, you have to redefine the screen, or you can only enter in an unnatural format. Also, when Japanese or alphanumeric items contain edit characters, it is difficult to judge the character string, so it is not possible to perform calculation edits or comma edits of arithmetic expressions. It has the complexity of not becoming.

【0004】[0004]

【課題を解決するための手段】本発明の文字列編集方式
は、対話処理で予め設定された画面設計イメージに従っ
て文字列を入力し文字列の編集を行なう文字列編集方式
において、入力された日本語項目,英字項目,および数
字項目の混在文字列を文字属性および桁数により分割す
る入力データ解析手段と、表示の一区切ごとの表示行数
に対応する表示パターンを格納した変換データ手段と、
前記入力データ解析手段で分割された数字列にカンマ編
集を行ない、演算式の四則計算を行なって、表示の一区
切ごとの編集後の合計文字数から前記変換データ手段の
該当する表示パターンを参照して画面表示用の編集を行
なう変換制御手段と、この変換制御手段で編集した編集
内容を表示装置に表示させる表示処理手段とを有するこ
とにより構成される。
According to the character string editing method of the present invention, a character string editing method of inputting a character string according to a screen design image set in advance by interactive processing and editing the character string An input data analysis means for dividing a mixed character string of word items, alphabetic items, and numeric items according to the character attribute and the number of digits; and a conversion data means for storing a display pattern corresponding to the number of display lines for each division of the display,
Comma editing is performed on the number string divided by the input data analysis means, four arithmetic operations of arithmetic expressions are performed, and the corresponding display pattern of the conversion data means is referred to from the total number of characters after editing for each division of the display. And a display processing unit for displaying the edited contents edited by the conversion control unit on a display device.

【0005】[0005]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0006】図1は本発明の一実施例の構成図である。
図1の実施例は入力部1,編集処理部2,表示処理部
3,表示部4,および変換データ部5により構成され、
編集処理部2は入力データ解析部21および変換制御部
22を有している。
FIG. 1 is a block diagram of an embodiment of the present invention.
The embodiment of FIG. 1 comprises an input unit 1, an edit processing unit 2, a display processing unit 3, a display unit 4, and a conversion data unit 5,
The edit processing unit 2 has an input data analysis unit 21 and a conversion control unit 22.

【0007】以上の構成で、入力部1からキーボードに
より文字属性が日本語,英語,および数字の混在した文
字列データが入力される。入力データ解析部21は入力
された文字列データを属性および桁数で分割する。変換
制御部22は分割された文字列に対して、変換データ部
5に格納された表示パターンを参照して編集・変換処理
を行なう。表示処理部3は編集されたデータから表示イ
メージを作り表示部4へ出力して表示させる。
With the above configuration, the character string data in which the character attributes are mixed with Japanese, English and numbers is input from the input section 1 by the keyboard. The input data analysis unit 21 divides the input character string data by the attribute and the number of digits. The conversion control unit 22 performs editing / conversion processing on the divided character string by referring to the display pattern stored in the conversion data unit 5. The display processing unit 3 creates a display image from the edited data and outputs it to the display unit 4 for display.

【0008】図2は図1の処理を説明するための図で、
図2(a)は画面設計イメージ、図2(b)は詳細内容
を入力したときのイメージ、図2(c)は編集されたイ
メージの例を示す図である。以下、図2を参照して図1
の処理について説明を進める。図2(a)の画面設計イ
メージは追順に指定するコードと金額欄と説明欄とが設
けられていて、説明欄に文字属性の混在が許されて34
文字まで入力できるように設定されている。入力部1か
ら一明細を示すコードと説明とが入力され、一明細の説
明は複数行に亘ってもよい。図2(b)は入力された一
例の表示内容を示している。入力データ解析部21はこ
れらの入力データをコード単位に解析し、文字属性によ
って分割する。変換制御部22は数字項目に対してカン
マ編集を行ない、演算式に対しては四則演算を行なう。
さらに編集後の一明細の文字数の判定を行なう。図2
(b)のコード“03”の説明では日本語項目が3文
字、演算式が21文字で、この説明内容を編集すると日
本語項目は3文字で変らないが、演算式は23文字、計
算結果が7文字となる。変換制御部22は次いで一明細
の文字を項目空きを含めて計算し、1行に納まらないた
め、変換データ部5から2行表示用の表示パターンを参
照して図3(c)のコード“03”に示すように画面用
の表示を行なう。なお、図3(c)のコード“02”は
日本語項目に対してそれぞれ1行に納まるので、変換デ
ータ部5から1行目表示用の表示パターンを参照した場
合を示している。
FIG. 2 is a diagram for explaining the processing of FIG.
FIG. 2A is a screen design image, FIG. 2B is an image when detailed contents are input, and FIG. 2C is an example of an edited image. Hereinafter, referring to FIG. 2, FIG.
The processing will be described. The screen design image of FIG. 2 (a) is provided with a code for sequentially specifying, an amount column and an explanation column, and the explanation column allows the mixture of character attributes.
It is set so that you can enter up to characters. A code indicating one specification and a description may be input from the input unit 1, and the description of one specification may extend over a plurality of lines. FIG. 2B shows an example of the input display contents. The input data analysis unit 21 analyzes these input data in code units and divides them according to character attributes. The conversion control unit 22 performs comma editing on numerical items and performs four arithmetic operations on arithmetic expressions.
Further, the number of characters in one edited item is determined. Figure 2
In the explanation of the code "03" in (b), the Japanese item is 3 characters and the arithmetic expression is 21 characters. If you edit this description, the Japanese item will not change with 3 characters, but the arithmetic expression is 23 characters, calculation result Becomes 7 characters. The conversion control unit 22 then calculates the characters of one specification including the item vacancy and does not fit in one line. Therefore, referring to the display pattern for displaying two lines from the conversion data unit 5, the code “c” in FIG. A screen display is performed as indicated by 03 ". Note that the code "02" in FIG. 3 (c) fits into one line for each Japanese item, so the case where the display pattern for displaying the first line from the conversion data section 5 is referred to is shown.

【0009】[0009]

【発明の効果】以上説明したように本発明は、文字属性
の混在した文字列を解析して、属性に合せた編集を行な
い、表示パターンに対応した文字列を再編集して画面に
表示するので、入力形式に制限されずに文字入力を行な
うことができるので、入力操作が容易になるという効果
がある。
As described above, the present invention analyzes a character string in which character attributes are mixed, edits the character string according to the attribute, re-edits the character string corresponding to the display pattern, and displays it on the screen. Therefore, it is possible to input characters regardless of the input format, which has an effect of facilitating the input operation.

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

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】図1の処理を説明するための図である。FIG. 2 is a diagram for explaining the process of FIG.

【図3】従来の文字列編集方式を説明するための図であ
る。
FIG. 3 is a diagram for explaining a conventional character string editing method.

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

1 入力部 2 編集処理部 3 表示処理部 4 表示部 5 変換データ部 21 入力データ解析部 22 変換制御部 1 Input Section 2 Editing Processing Section 3 Display Processing Section 4 Display Section 5 Converted Data Section 21 Input Data Analysis Section 22 Conversion Control Section

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 対話処理で予め設定された画面設計イメ
ージに従って文字列を入力し文字列の編集を行なう文字
列編集方式において、入力された日本語項目,英字項
目,および数字項目の混在文字列を文字属性および桁数
により分割する入力データ解析手段と、表示の一区切ご
との表示行数に対応する表示パターンを格納した変換デ
ータ手段と、前記入力データ解析手段で分割された数字
列にカンマ編集を行ない、演算式の四則計算を行なっ
て、表示の一区切ごとの編集後の合計文字数から前記変
換データ手段の該当する表示パターンを参照して画面表
示用の編集を行なう変換制御手段と、この変換制御手段
で編集した編集内容を表示装置に表示させる表示処理手
段とを有することを特徴とする文字列編集方式。
1. A character string editing method for inputting a character string according to a screen design image preset in interactive processing to edit the character string, and a mixed character string of input Japanese items, alphabetic items, and numeric items. Is divided according to the character attribute and the number of digits, a conversion data means storing a display pattern corresponding to the number of display lines for each division of the display, and a comma in the number string divided by the input data analysis means. A conversion control means for performing edits, performing four arithmetic operations of arithmetic expressions, and performing edits for screen display by referring to the corresponding display pattern of the conversion data means from the total number of characters after editing for each division of the display, A character string editing method comprising: display processing means for displaying the edited contents edited by the conversion control means on a display device.
JP26153391A 1991-10-09 1991-10-09 Character string editing system Pending JPH05100807A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26153391A JPH05100807A (en) 1991-10-09 1991-10-09 Character string editing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26153391A JPH05100807A (en) 1991-10-09 1991-10-09 Character string editing system

Publications (1)

Publication Number Publication Date
JPH05100807A true JPH05100807A (en) 1993-04-23

Family

ID=17363222

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26153391A Pending JPH05100807A (en) 1991-10-09 1991-10-09 Character string editing system

Country Status (1)

Country Link
JP (1) JPH05100807A (en)

Similar Documents

Publication Publication Date Title
JPH05100807A (en) Character string editing system
JPH0612543B2 (en) Character string specification method
JP2000029677A (en) Automatic generating device for screen constitution
JP3674905B2 (en) Document editing device
JPH0281267A (en) Method of screen generation
JPH01113855A (en) Format data setting system for print of document
JPS6136651B2 (en)
JPH0362170A (en) Comment input method in cad system
JPH08272874A (en) Form designing system
JPH0573541A (en) Method and device for data editing
JPH0391864A (en) Form design system
JPS636658A (en) Forme system
JPH04130571A (en) Numerical arithmetic system
JPH0619892A (en) Table frame forming method
JPH03282844A (en) Output device for data base information
JPS62232019A (en) Input system for mixed information of alpha-numeric and japanese language
JPH1074199A (en) Character processing device and method and storage medium storing character processing program
JPH03147017A (en) Image processor
JPH06203021A (en) Sentence information procesor
JPH0844731A (en) Document editing device
JPH0414169A (en) Document processor
JPS6375985A (en) Graph forming device
JPH01236324A (en) Program design supporting system
JPH0567089A (en) Word processor
JPH03142656A (en) Document processor