加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

asp-classic – VBScript函数名称最大长度

发布时间:2020-12-16 06:37:22 所属栏目:asp.Net 来源:网络整理
导读:我想知道Classic ASP(VBScript)中函数名的最大允许长度是多少. 解决方法 我认为它是255,但你不应该滥用它:) 从 Function 的MSDN参考: name Name of the Function; follows standard variable naming conventions. 并从MS001参考Variables: […] A variable
我想知道Classic ASP(VBScript)中函数名的最大允许长度是多少.

解决方法

我认为它是255,但你不应该滥用它:)

Function的MSDN参考:

name
Name of the Function; follows standard variable naming conventions.

并从MS001参考Variables:

[…] A variable name:

  • Must begin with an alphabetic character.
  • Cannot contain an embedded period.
  • Must not exceed 255 characters.
  • Must be unique in the scope in which it is declared.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读