ここは旧式の4DドキュメントWebサイトです。最新のアップデートされたドキュメントを読むには新サイトをご利用下さい→ developer.4d.com

ホーム

 
4D v19
RUNTIME_VIEW_STRING

RUNTIME_VIEW_STRING 


 

RUNTIME_VIEW_STRING ( value ; format ) 
引数   説明
value  数値, 日付, 時間 in 文字列にフォーマットする数値または日付または時間
format  数値 in フォーマット番号

説明   

互換性に関する注意: このファンクションは、旧4D View ドキュメントを4D View Pro ドキュメントに変換する際に使用されることを想定しています。それ以外のコンテキストにおいては、使用する意味はありません。

RUNTIME_VIEW_STRING ファンクションはvalue 引数の値を、format 引数で指定したフォーマットにした文字列として返します。このファンクションは4D ファンクションのString と同じ機能を提供します。

format 引数に渡せる値は、以下の通りです:

  • 数値に対して:

    フォーマット番号フォーマット
    1###0
    2#####0
    3### ##0,00
    4### ##0,00 €
    5### ### ##0,00 €
    6### ### ##0
    7##0,00 %
    80000
    900000000
    1000 00 00 00
    11### ##0;(### ##0)
    12### ##0,00 €;(### ##0,00) €
    13^^ ^^0,00
    14^^ ^0,00 €
    15^^^^^^^0
    16^^ ^^0
    17Positive;Negative;Null
    18##_##_##_##



  • 日付に対して:

    フォーマット番号フォーマット
    19short
    20abbreviated
    21long
    22special
    23day, month year
    24abbreviated day, month year
    25day of the week
    26day of the month
    27month
    28month of year
    29year
    30long h:mn AM/PM
    31abbreviated at h:mn AM/PM
    32short at H:MN:SEC
    33month, day year at H:MN AM/PM
    34special and H:MN:SEC



  • 時間に対して:

    フォーマット番号フォーマット
    35h:mn:sec
    36h:mn
    37Hour Minute Second
    38Hour Minute
    39h:mn AM/PM

 
プロパティ 

プロダクト: 4D
テーマ: 4D View Pro フォーミュラ

 
ページの目次 
 
履歴 

 
ARTICLE USAGE

4D View Pro リファレンス ( 4D v19)