
|
Did you learn something? Do you like the site? Please link to us! |
|
|
|
Syntax and Notation
Next 10 > |
1 - 10 of 117 |
Reverse Order |
Hide Descriptions
- 1. Setting the Enum Values
- Do you know how to assign values to an enumerated variable in JScript .NET? Learn how to use the object member notation to set the enum values.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 10, 2002
- 2. Defining the Enumeration's Discrete Values
- Do you know how enumerated values are kept internally? Learn how to define their discrete values.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 9, 2002
- 3. Defining the Enumeration Data Type
- Do you know how enumerated values are represented by the computer? Learn how to define their underlying data type.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 8, 2002
- 4. Defining and Using Enumeration
- Do you know what an enumerated data type is? Learn how to define and use it for code that is more readable, and easier to maintain.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 7, 2002
- 5. Defining Constant Objects and Arrays
- Do you know about the effect of the const modifier on complex objects? Learn how Object and Array references are kept constant, even though the content changes.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 6, 2002
- 6. Defining Constant Variables
- Do you know how to prevent variables from changing their values? Learn how to use the const definition in JScript .NET.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 5, 2002
- 7. The Data Types Supported by JScript .NET
- Did you know that data types are not included in the newest ECMAScript Edition 4? Learn what data types are included in JScript .NET.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 4, 2002
- 8. Specifying Data Types in JScript .NET
- Did you know that data types are case sensitive in JScript .NET? Learn how to define data types and what to watch out for.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 3, 2002
- 9. The Risk of Un-typed Variables
- Do you know why it's important to type your variables? Here's an example that yields unexpected results if you don't.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 2, 2002
- 10. JScript .NET's var Requirement
- Do you know what keyword the JScript .NET code must have for the compiler to succeed? Learn about a key difference between JavaScript and JScript .NET.
Related categories: Objects | Syntax and Notation | Windows
Similar Tips -
May 1, 2002
Next 10 > |
1 - 10 of 117 |
Reverse Order |
Hide Descriptions
|