String to Array
Hi Folks,
I've taken a user input on a form, and assigned it to a variable in the
code, say MyVar. Its a string. I want to redefine, pass to, somehow make
it an array, so I can parse characters out of it when I make the name of the
text file I'm ecentually exporting to.
Many Thanks,
Pat Backowski
.
Relevant Pages
- Re: User Input issue
... I have an issue with user input that I have been trying to figure out ... Unless you terminate the string with a newline the output might not appear ... An int has to be at least of 16 ... covered strings yet (I'm a college freshman in a Programming I/Novice ... (comp.lang.c) - Re: add numbers in file
... > variable holding your cost field and I assume it would be a string ... > string myvar; ... >> Im reading the file fine, its the adding up the column I need help with. ... >>> good luck, ... (microsoft.public.dotnet.languages.csharp) - Re: How do I find possible matches using regular expression?
... I'm trying to do some predicting work over user input, ... for pattern r'match me', the string 'no' will definitely fail to match, ... However if you have multiple targets, ... each input character, either the finger gets pointed at the next ... (comp.lang.python) - Copy an excel file to new created folder
... You can assemble the string on the ... fly by concatenating the user input onto the rest of your ... >For each file folder batch created, ... include an excel ... (microsoft.public.excel.programming) - Re: writing user specified files
... What datatype does dlmread take? ... What datatype does your user input ... If it's a literal string, ... How do think you would call dlmread with your user input? ... (comp.soft-sys.matlab) |
|