Skip to main content
16-Pearl
March 7, 2017
Question

Any way to line break or shorten a FIND function? (Prime)

  • March 7, 2017
  • 1 reply
  • 2053 views

Well, I'd eagerly been awaiting Prime 4.0 so I could like break my find functions that run off the page.  Alas, that new capability only works if you have a +,-,* or /.  So, I'm wondering if there are any tricks that might work.  I haven't been able to find any. 

Thanks,

1 reply

23-Emerald I
March 7, 2017

You have a constraint that is wider than a page without an arithmetic operator?  Please post a picture.

DJF16-PearlAuthor
16-Pearl
March 7, 2017

Fred, I mean the actual find command itself - which would never (?) have an arithmetic operator. 

2017-03-07_8-31-21.jpg

It actually goes much further but this gives you the idea.  If I could somehow break the variables into arrays, or concatenated strings or something. 

I suppose one solution is replace everything with one letter variables (A,B,C) and make those equivalent to my properly named variables.  But that's messier than I'd like. 

23-Emerald I
March 7, 2017

You could build an array, set the solve block in terms of the array, then equate your variables to the solved array.

A stupid, trivial example: