Re: TeraScript-Talk: ELEMENTATTRIBUTE deprecated?

2019-07-08 Thread Wayne Irvine
Cool. Not had any luck installing 7.0.3. W > On 9 Jul 2019, at 12:20 am, Robert Shubert wrote: > > Wayne, > > It's a bug in 7.0.1 that the highlighting for that tag (and a couple of > others) didn't work correctly. > > It was addressed in 7.0.3 > > Robert > > From: Wayne Irvine

TeraScript-Talk: Randomise Resultset

2019-07-08 Thread Wayne Irvine
Is there a built in method to randomise the order of the resultset from a search? Wayne Irvine Byteserve Pty Ltd w: http://www.byteserve.com.au/ e: i...@byteserve.com.au p: +61 02 9960 6099 m: 0409 960 609 f: +61 02 9960 6088 To unsubscribe from

Re: TeraScript-Talk: Randomise Resultset

2019-07-08 Thread ubslab
I don't recall that, but I used something like this: <@ASSIGN NAME="ResultSet" VALUE="<@ARRAY ROWS='10' COLS='1' CDELIM=',' RDELIM='|' VALUE='1|2|3|4|5|6|7|8|9|10|'>"> <@VAR ResultSet> <@ASSIGN NAME='RandomizedArray' VALUE=<@ARRAY ROWS='<@NUMROWS array='ResultSet'>' COLS='1'>> <@ASSIGN

RE: TeraScript-Talk: ELEMENTATTRIBUTE deprecated?

2019-07-08 Thread Robert Shubert
Wayne, It's a bug in 7.0.1 that the highlighting for that tag (and a couple of others) didn't work correctly. It was addressed in 7.0.3 Robert From: Wayne Irvine [mailto:wa...@byteserve.com.au] Sent: Sunday, July 07, 2019 7:36 PM To: TeraScript-Talk@terascript.com Subject: