Displaying 2 results from an estimated 2 matches for "lxq".
Did you mean:
lx
2005 Oct 05
2
customer defined sort order
I have a category list which the customer wants administratively to define
the sort order, instead of alphabetical or whatever. The obvious approach
seems to be to put a sort_order int on the record and use this as the
presentation sort order. Then to shift the item up in the sort order to swap
the current and the prevous item in the sort_order.
Does this seem like a sensible approach, or is
2000 Aug 22
0
Using RNG from MS [forwarded message from Xiaoqiang Li]
...a VERY WRONG `To:' address and went straight into my
"spam box" into which I don't look too often ..
Martin
------- start of forwarded message -------
Message-ID: <Pine.A41.4.05.10008212237300.18590-100000 at fisher.stats.uwo.ca>
MIME-Version: 1.0
From: Xiaoqiang Li <lxq at stats.uwo.ca>
To: Majordomo-Owner at stat.math.ethz.ch
Subject: r-help
Date: Mon, 21 Aug 2000 22:39:17 -0400 (EDT)
Hi,
I am looking for help from those who know R.
I am calling R's random number generator in Microsoft Visual C/C++. The
file "R\rw1010\src\include" is included...