help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Go to line in program


From: Andy Buckle
Subject: Re: Go to line in program
Date: Mon, 3 Mar 2014 09:48:44 +0000




On 3 March 2014 09:40, Cloud.Strife <address@hidden> wrote:
hmm...Did it supouse to help me?



--
View this message in context: http://octave.1599824.n4.nabble.com/Go-to-line-in-program-tp4662603p4662621.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

I'm reasonably sure octave has nothing like goto-line-number.

What you should be doing instead is putting the code that may need repeating in a function or script which may be called more than once if it needs to be repeated. while or for loops may also be relevant for you. Hard to say without more information.

--
/* andy buckle */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]