I didn't anticipate that I would ever get into processing/programming speed ... couldn't see why others were so into it .... but I am starting to get it.
Trading in the whitespace (right of screen) is a reality that we all have to face up to sooner or later. > Perhaps that is an argument for built-in string arrays. You are miles ahead of me with programming ..... to help me out (I have never used this type of function and can't even imagine what uses I could put them to) ... what do you want to use string arrays for? The manual says they are used in an exploration or an indicator ... I can't see where a WriteVal function fits into a chart? --- In [email protected], Dennis Brown <se...@...> wrote: > > On my system the most executed code and the one taking the most time > is NumToStr(). 29 calls and 100ms of time used. > I think it is from converting an index to a string to append to a > static variable name for faking string arrays. > I already converted most of the static numeric arrays to the new > static array type. > Strange what pops up. I would have never guessed that this would be > the one taking so much time. > Perhaps that is an argument for built-in string arrays. > > BR, > Dennis > > On Jun 25, 2009, at 6:41 PM, brian_z111 wrote: > > > I was speculating on which line of code is the most frequently used > > AFL. > > > > I would like a zloty for every time I have typed: > > > > Plot(variable,"variable",1,1); > > > > > > >
