I have this problem that has been bothering me for quite a while.. I want to change the format of the number.. Don`t know how? Ive tried the help files but can't find the answer.. If you can help me please do..
|
|
|
There are three different things you could potentially be referring to when you talk about the "format" of a number: the display format, the variable storage format in memory (i.e. the data type/class), and the storage format in a data file. I'll address each...
|
|||
|
|
|
Use the format command Example:
|
|||||||||
|
(in particular: if you want it displayed/saved/printed a certain way, be explicit about it!) |
||||
|
|