Public bug reported:

@ACTM_NUMの不具合

引数ARGSに系列名称を渡すとエラーが発生
(現状そのような使われ方はしていないので優先度は低め?)

  FUNCTION\GETTER\COMMON_GETTER_TRAIN.ERBの555行目でエラーが発生しました:Emuera1820alpha009
  LARG = ISNUMERIC(ARGS) ? TOINT(ARGS) # MENUNUM(ARGS:1)
  エラー内容:配列変数ARGSの第1引数(1)は配列の範囲外です
  現在の関数:@ACTM_NUM(FUNCTION\GETTER\COMMON_GETTER_TRAIN.ERBの548行目)

当該関数にARGS:1は存在しないためARGS:1を参照するのは誤り。ARGSを参照するのが正しい

** Affects: eratohoreverse
     Importance: Low
     Assignee: revkoishi (revkoishi)
         Status: In Progress


** Tags: function

-- 
You received this bug notification because you are a member of
reverse_dev, which is subscribed to Project_Reverse.
https://bugs.launchpad.net/bugs/1416878

Title:
  @ACTM_NUMの不具合

Status in eratohoЯeverse:
  In Progress

Bug description:
  @ACTM_NUMの不具合

  引数ARGSに系列名称を渡すとエラーが発生
  (現状そのような使われ方はしていないので優先度は低め?)

    FUNCTION\GETTER\COMMON_GETTER_TRAIN.ERBの555行目でエラーが発生しました:Emuera1820alpha009
    LARG = ISNUMERIC(ARGS) ? TOINT(ARGS) # MENUNUM(ARGS:1)
    エラー内容:配列変数ARGSの第1引数(1)は配列の範囲外です
    現在の関数:@ACTM_NUM(FUNCTION\GETTER\COMMON_GETTER_TRAIN.ERBの548行目)

  当該関数にARGS:1は存在しないためARGS:1を参照するのは誤り。ARGSを参照するのが正しい

To manage notifications about this bug go to:
https://bugs.launchpad.net/eratohoreverse/+bug/1416878/+subscriptions

-- 
Mailing list: https://launchpad.net/~reversedev
Post to     : reversedev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~reversedev
More help   : https://help.launchpad.net/ListHelp

メールによる返信