hi if my string is
myString="this is a test"
is there anyway to randomly shuffle the string
so it becomes
myString="hist si s etts"
ie preserving where the whitespace is
thanks
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20531835.htm...
Zones:
ASPDate Answered: 11/22/2003 Grade: A Views: 4
Hi -
In my table "tblDeals&Rev" I have the names of companies in column called "CoName".
I also have a "yes/no" column called "RZ?" that tells me if any of these companies are Red Zone compan...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21270699.html
Zones:
MS AccessDate Answered: 01/14/2005 Grade: A Views: 0
Hi,
I am trying to create a game of twenty-one where the aces can either be 1or 11 and there is no doubling down. I am currently using a dealing and shuffling routine from a text. But all that doe...
http://www.experts-exchange.com/Programming/Languages/C/Q_22525542.html
Zones:
C,
LanguagesDate Answered: 04/24/2007 Grade: C Views: 0
i am looking for an algorithm or c code that shuffle the values in an array
http://www.experts-exchange.com/Programming/Languages/C/Q_10060202.html
Zones:
CDate Answered: 06/27/1998 Grade: A Views: 0
Hey everybody,
I've been ordered by the lady of the house to write a program to try and win the Texas Cash 5 lotto by generating 5 different random numbers.
I can't pull the algorithm off th...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10289301.html
Zones:
C++Date Answered: 02/04/2000 Grade: A Views: 0
int Array[3] = {0,1,2}
I want an algorithm that will shuffle the order of this array randomly, so that the following six combinations are all equally likely:
{0,1,2}
{0,2,1}
(1,0,2}
{1,2,0}
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10334525.html
Zones:
C++Date Answered: 04/27/2000 Grade: B Views: 0
I want my programme below to deal out five cards instead of one, but i can't figure out how to do it....
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class DeckO...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11322778.html
Zones:
JavaDate Answered: 09/21/2000 Grade: B Views: 0
i have an array of ten digits
digitarray(10)
and i want to shuffle it
any ideas how its done?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20154164.htm...
Zones:
ASPDate Answered: 07/23/2001 Grade: A Views: 11
i would like to use vbscript to do the following
i have a text and i want to perform a shuffle test on it
this is what will happen
the first 10 sentences of the text (sentences are delimet...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20165715.htm...
Zones:
ASPDate Answered: 04/21/2002 Grade: A Views: 0
I want to write assembly code that prompts the user to enter an 8 bit binary number, between 0 and
255. The program then inverts all bits according to the figure below.
http://bmbsa.jeeran.com/...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20393096.html
Zones:
AssemblyDate Answered: 11/13/2002 Grade: A Views: 0