The simplest is probably to use range-slice with array.

Syntax :

expr.[slice-range, slice-range] -- slice expression (2D)

slice-range :=

| expr.. -- slice from index to end

| ..expr -- slice from start to index

| expr..expr -- slice from index to index

| '*' -- sluice from start to end

By on 12/15/2008 3:29 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper