News

Apostrophes can be used to declare ONLY ONE character: char one_character = 'B'; VisualBasic 2.3 and ASCII We will change a little bit. With VisualBasic: Dim example as String example = "Je m' appelle ...
It is possible to find part of a string by using a subString (a bit, or part, of a string) method. Remember that the first character in the string starts at reference 0. For example, select a ...