From 3ffec300081cde27243b243b8a0eb447c2870a56 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 14 Feb 2003 00:31:43 +0000 Subject: [PATCH] numberFormat function --- todo.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todo.txt b/todo.txt index 3348e2954..60056b507 100644 --- a/todo.txt +++ b/todo.txt @@ -14,6 +14,10 @@ X they can be added to their code libraries X join() like split X also add additional item for NaN data X add doubles and longs for genome stuff +X numberFormat (formerly zeroPad) +X numberFormat(float num, int left, int right) +X zero means any number of digits, don't pad +X numberFormat(int num, int left) for 27 -> 0027 _ camera work _ beginCamera, endCamera -> does glMatrixMode style swapping @@ -28,10 +32,6 @@ _ other class also has concept for random access of lines _ by storing the line positions, can access without loading all _ into memory because some files will be too large -_ numberFormat (formerly zeroPad) -_ numberFormat(float num, int left, int right) -_ zero means any number of digits, don't pad -_ numberFormat(int num, int left) for 27 -> 0027 _ add keyCode to BApplet