Computer Science Canada

Get Next Index?

Author:  Jeffmagma [ Sat Dec 26, 2015 7:55 pm ]
Post subject:  Get Next Index?

Is it possible to get the next index or a specific index of something? I have a record, and I want to split a string into different fields for the record, separated by commas. I know the index command finds where the first comma is, but is there a way to find, for example, the 5th comma?[/code]

Author:  Insectoid [ Sat Dec 26, 2015 8:04 pm ]
Post subject:  RE:Get Next Index?

There is no command for this that I know of. You'll have to write your own function manually.


: