From: Ali B. <lur...@gm...> - 2016-03-20 10:48:22
|
Topic: INPUT Look at the attached program. cls input "date (010203) = ";d$ print d$ end Variable input d$ should be: 010203 but it is stored as 10203 Are different data 010203 <> 10203 010203 is a string and 10203 is a value |