I did get it to do what I wanted.
I used another variable to use for the input comment.
I used this
C1 =COMMENT/INPUT,Do you want to enter nominals?
,0=YES
,1=NO
ASSIGN/V75 = C1.INPUT
IF/V75 == "0"
C1DX =COMMENT/INPUT,Please Enter X Value for Landing datum
C1DV =COMMENT/INPUT,Please Enter X Vector Direction
,
,1 or -1 only
END_IF/
ASSIGN/V1DX = C1DX.INPUT
ASSIGN/V1DV = C1DV.INPUT
inputs and variables
Collapse
X
-
Here is a lousy solution. Have the input comment write a variable to a text file. Then to retrieve the variable have PCDMIS read it in. When the comment is unmarked you can control what that variable is by editing the text file.
Leave a comment:
-
I sure wish I could figure this out. I may have heard rumor that in version 8.1 mr7 you will be able to comment a line of code
Leave a comment:
-
Originally posted by craiger_ny View PostHa ha ha ha ha I friggin wish
Leave a comment:
-
Originally posted by T Miller View PostAlso can you make a line of code a comment
like putting a , comma in front of a line?
thanks
Leave a comment:
-
Originally posted by T Miller View PostIs there anyway to keep a varibale from a input comment if you mark it off.
What I have is a blanket program for a lot of planes 4 points each.. It works good except if I want to go back and unmark the input comment. then it changes the variable back to zero.
hitting enter each time will be a real pain in the ...
Also can you make a line of code a comment
like putting a , comma in front of a line?
thanks
Leave a comment:
-
inputs and variables
Is there anyway to keep a varibale from a input comment if you mark it off.
What I have is a blanket program for a lot of planes 4 points each.. It works good except if I want to go back and unmark the input comment. then it changes the variable back to zero.
hitting enter each time will be a real pain in the ...
Also can you make a line of code a comment
like putting a , comma in front of a line?
thanksTags: None
Related Topics
Collapse
-
by jediregif this has been posted some place else i must apologize, however i was unable to find anything that helped so i'm posting here.
...-
Channel: PC-DMIS for CMMs
12-06-2011, 11:17 AM -
-
by VONDYI want to enter a comment that states 'Enter Dash Number' bur I also want a comment that states 'Do not use the dash symbol', I would like for this last...
-
Channel: PC-DMIS for CMMs
12-01-2010, 06:13 AM -
-
HI guys
I am having an issue with putting an assignment into a comment.
if I do this it doesn't work
...-
Channel: PC-DMIS for CMMs
06-20-2016, 11:47 AM -
-
by MykelHi guys.
I would like to force my colleagues to tip in some data every time the run a program.
ex. their initials.
In order to...-
Channel: PC-DMIS for CMMs
02-16-2017, 11:14 AM -
-
by John KuglerNeed some help. I've seen it before but I cannot locate it through the "Search" function. I'm trying to find the code for entering in data...
-
Channel: PC-DMIS for CMMs
05-27-2010, 01:52 PM -
Leave a comment: