best answer > Is Vbscript is case sensitive or not?- QuesHub.com | Better Than Quora
  • Is Vbscript is case sensitive or not?

    Questioner:ask56133 2018-04-05 13:48:10
The most authoritative answer in 2024
  • Elon Muskk:

    VBScript is a case-insensitive language. This means that language keywords, variables, function names, and any other identifiers are not affected by the capitalization of letters. Therefore, identifiers such as `int_counter`, `INT_Counter`, and `INT_COUNTER` would all be considered the same within VBScript. read more >>
  • Summary of answers:

    VBScript is a case-insensitive language. This means that language keywords, variables, function names and any other identifiers need NOT be typed with a consistent capitalization of letters. So identifiers int_counter, INT_Counter and INT_COUNTER have the same meaning within VBScript.read more >>

about “、、”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消