Search found 6 matches
- Tue Feb 14, 2012 5:32 pm
- Forum: Basic
- Topic: FileSaveAs command
- Replies: 2
- Views: 57244
- Tue Feb 14, 2012 2:13 pm
- Forum: Basic
- Topic: FileSaveAs command
- Replies: 2
- Views: 57244
FileSaveAs command
In the manual the syntax for the FileSaveAs command is [FileSaveAs(1,"c:\mydata\|TITLE1|.grf")], but is it possible to input a variable using VB6? If I put [FileSaveAs(1, "dirMain.Path & "\test.grf"")] it will not compile. However if the variable is not at the beginning of the file name such as ...
- Wed Nov 11, 2009 3:44 pm
- Forum: Suggestions/Questions
- Topic: Drag and drop functionality
- Replies: 5
- Views: 17539
- Tue Nov 10, 2009 2:13 pm
- Forum: Suggestions/Questions
- Topic: Drag and drop functionality
- Replies: 5
- Views: 17539
- Fri Nov 06, 2009 8:22 pm
- Forum: Suggestions/Questions
- Topic: Drag and drop functionality
- Replies: 5
- Views: 17539
Drag and drop functionality
Hi David,
I had a few questions about the drag and drop plotting feature.
If I have data that is formated in this manner:
title 1
title 2
x y y y y
0 0 0 0 0
1 1 5 7 3
2 2 8 9 5
1. Is it possible for the drag and drop plot to label the y axis as y in this case if you have a single X and ...
I had a few questions about the drag and drop plotting feature.
If I have data that is formated in this manner:
title 1
title 2
x y y y y
0 0 0 0 0
1 1 5 7 3
2 2 8 9 5
1. Is it possible for the drag and drop plot to label the y axis as y in this case if you have a single X and ...
- Thu Nov 05, 2009 6:19 pm
- Forum: General discussion
- Topic: Slope Calculation
- Replies: 4
- Views: 17234
Is it possible to curve fit over a certain range and have it plot the fitting for just that range? For example if I plot a curve from with x values 0-2 with data points every 0.1 can I fit the data only from 1.5 to 2 without the "distance from" command so that it can plot the fitting for just that ...