2. Variables

2.1. Variables with defined and undefined values

  • You can only use the content of a variable if it already has a defined value.

  • If you use a variable that has no defined value or is undefined, it would result in an error like the following.

Activity: 2.1.1 ActiveCode (ac_l40_2_en)

You have attempted 1 of 2 activities on this page