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

frewind (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: support

Requires: MathScript RT Module

Syntax

frewind(fid)

Description

Sets the file mark at the beginning of the file.

Examples

Inputs

Name Description
fid Specifies the identifier for the file in which you want to set the file mark. Use the fopen function to open a file and assign it an identifier. fid is an integer.

Examples

Make sure the file Test.m exists in the MathScript search path.

fid = fopen('Test.m');
s = fgetline(fid)
frewind(fid);
fclose(fid);

Related Topics

fclose
feof
fgetline
fopen
fseek


 

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