When reopen notebook, strange indentation and output is Null (ver5.2)
- To: mathgroup at smc.vnet.net
- Subject: [mg63911] When reopen notebook, strange indentation and output is Null (ver5.2)
- From: google_groups at jouvv.cjb.net
- Date: Sat, 21 Jan 2006 05:05:41 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello, In a new notebook, I wrote following code and it works fine: ---------------------------- L1: Clear[P, Q, R] ; L2: t1 = TimeUsed[]; ----------------------------------- Then, I inserted a blak line before 'Clear' as: ----------------------------------- L1: L2: Clear[P, Q, R] ; L3: t1 = TimeUsed[]; ----------------------------------- When i save the code and reopen it, the indentation is changed as ----------------------------------- L1: L2: Clear[P, Q, R] ; L3: t1 = TimeUsed[]; ----------------------------------- (strange indentation before 't1') In this case the out is always Null. To correct the output, I have to delete the indentation manually. I have tried removing autoindentation option, but it doesn't work. Any Idea? I am using v5.2.
- Follow-Ups:
- Re: When reopen notebook, strange indentation and output is Null (ver5.2)
- From: <bsyehuda@gmail.com>
- Re: When reopen notebook, strange indentation and output is Null (ver5.2)