Where are the Topica leading spaces???

new topic     » topic index » view thread      » older message » newer message

What is happening to the leading spaces in some posts???

I had posted the following as part of my last post
(without the line numbers):

01 for k=1 to length(n) do
02   x=n[k]
03   a=ConvertBackToOriginal(x)
04   x=a[2]
05   if Number(a) then
06     ?x --print the number
07   else
08     printf(1,"%s\n",{x}) --print the character
09   end if
10 end for

and it appeared on the web interface as

(without the line numbers):
01 for k=1 to length(n) do
02 x=n[k]
03 a=ConvertBackToOriginal(x)
04 x=a[2]
05 if Number(a) then
06   ?x --print the number
07 else
08   printf(1,"%s\n",{x}) --print the character
09 end if
10 end for

note the missing leading spaces in lines 2 through 9...
What's up with that???
Where are the leading spaces going??????

--Al

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu