Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

str2rng (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the string class.

Syntax

c = str2rng(a)

Description

Converts a spreadsheet range to matrix coordinates.

Examples

Inputs

Name Description
a Specifies a Microsoft Excel spreadsheet range. a is a string.

Outputs

Name Description
c Returns four elements that describe a. The first and second elements in c represent the matrix row and column, respectively, of the top-left element of the spreadsheet range. The third and fourth elements in c represent the matrix row and column, respectively, of the bottom-right element of the spreadsheet range. c is a vector.

Examples

A = 'A1..B3'
C = str2rng(A)


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit