Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 11 of 17 [next]
SIJLesson04 Slide11
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, [Lab]

Notes for Slide 11
One way to store a String value into a String variable is to
use a set-statement.
The set-statement will set a result value into a variable.
When a set-statement is run, the result value replaces
the current value in the variable.

This slide shows the specifications for the set-statement.
The name of a String variable is followed by a set-equals symbol: = :which
is followed by a result value which must be a String value.
The statement concludes with a semicolon character: ; :.


1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, [Lab]