Would like to see the following additions to KiXtarts future.
1. Instead of quitting on an error have ability to resume next line of code after an unexpected error.
2. There are times when you write a UDF that could benefit from the use of another UDF, but I don't like having to call or depend on multiple UDFs to fulfill the main UDF. I'd like to see something like a SubFunction - sort of like other languages have where is would support a sub-routine that is part of the main UDF.
3. I'd also like to see an addition to the setoptions for case sensitivity support. Maybe something like this. setoption('OptionExplicit','ON') Which would understand difference between spellings and alert you where they don't match.
|