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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the support class.

Syntax

frewind(fid)

Description

Sets the file mark at the beginning of the file.

Details

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.

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

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

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

Related Topics

fclose
feof
fgetl
fseek
fopen


Resources


 

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