Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: AM / PM time for the blind

From: john:thousand-hills at: 31-Aug-2001 22:04

Andrew: You were correct, putting it in a clean file worked. This has been very instructive. The next question is, the code fails when it hits an empty cell in the schedule, fails in that it moves the remaining cells to the left putting the table out of the correct headers.. The logical thought would be to replace the empty cell with TAB TAB which what Oracle supplies by default. This also causes the table to shift left to fill that hole. The codes we have used in the past are " --" or " * " and the tables in Excel didn't care. I tried 0:0 and it worked, except the output was " 0:0 AM "... Is there a way to make that nice-time return either " 0:0 " or better yet, make the code accept a " * " or " -- " ? Or simply an empty cell for an empty cell ? /John //John At 11:37 AM 9/1/2001 +1200, you wrote: