boyracer38 Posted November 26, 2004 Report Share Posted November 26, 2004 I have a string which i want to split and feed into local variable. The string needs to be split into several parts. I basically need something which is opposite to the concatenate function.... I have tried 'slit string, but this only splits a string in 2... Thanks Jason Quote Link to comment
malef Posted November 26, 2004 Report Share Posted November 26, 2004 Use "Scan From String" function. Quote Link to comment
Mark Balla Posted November 29, 2004 Report Share Posted November 29, 2004 Can you give an example of what you are tring to do. Quote Link to comment
Bryan Posted November 29, 2004 Report Share Posted November 29, 2004 By what delimitation are you trying to split the string? Are you trying to break it up into pieces by finding spaces, commas, etc? If you're trying to do the above, you can use the "Spreadsheet to Array" function which will provide an array of each "piece" of your string that's separated by a character (i.e. comma, space, tab, etc). Or use the "Scan from String" function. Quote Link to comment
boyracer38 Posted December 1, 2004 Author Report Share Posted December 1, 2004 Thanks for your comments. I used scan from string in the end. Its worked a treat. Regards Jason Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.