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

edit (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: commands

Requires: MathScript RT Module

Syntax

edit

edit file

edit 'file'

edit('file')

edit file1 file2 file3 ...

Description

Opens a new Script Editor window so you can edit or create a file with a .m extension. edit opens a new Script Editor window. edit 'file.m' opens file.m for edit. edit file1 file2 file3 opens each file in a separate Script Editor window. LabVIEW supports both full and partial filenames. If you do not specify a file extension, LabVIEW assumes .m.

Details

Examples

Inputs

Name Description
file Specifies the name of the file you want to edit or create. To specify a file extension, use the 'file.m' syntax.
file1, file2, file3 Specify the names of the files you want to edit or create.

Details

This function is not supported in the LabVIEW Run-Time Engine. Do not use this function in a stand-alone application or shared library.

Examples

edit test

edit 'test.m'

Related Topics

clout


 

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