--- title: "Column Arrangement of Numbers" id: 54801 type: "document" slug: "column-arrangement-of-numbers" url: "http://localhost/document/column-arrangement-of-numbers/" markdown_url: "http://localhost/document/column-arrangement-of-numbers.md" published_at: "2024-06-04T10:14:38+00:00" modified_at: "2024-06-04T17:16:11+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2024/06/column-arrangement-of-numbers.webp" excerpt: "Unless the numbers being entered into the program are of equal length string variables must be used to right justify and to align decimal points. The following subroutine is an example of one way to accomplish this objective." category: - name: "Documentation" slug: "documentation" taxonomy: "category" url: "http://localhost/category/documentation/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" document_url: "https://archive.org/details/TimexSinclairEphemera/Column%20Arrangement%20of%20Numbers" pages: 1 document_date: "198x" --- # Column Arrangement of Numbers Unless the numbers being entered into the program are of equal length string variables must be used to right justify and to align decimal points. The following subroutine is an example of one way to accomplish this objective.