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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the commands class.

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

clc


Resources


 

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