KHADREE_SHARIFF
2007-06-25, 08:40 AM
please try to help me in giving tips to develop the following algorithm....
1) i am having a set of dimension which i had exported to a text file (.txt)
Example:-
150
115
6350
235
365
7000
....
....
....
now i want to use these values in another routine with some calculations.
my problem is how to read these values, name them & import to routine
Example:-
(SETQ A (150)
B(115)
C(6350)
....
....); upto 'n' numbers
2) can we use the above text values in a script & assign to a autolisp routine with
a dialog box ( i tried to call a lisp routine in a script but i am not able to assign values to a dialog box)
1) i am having a set of dimension which i had exported to a text file (.txt)
Example:-
150
115
6350
235
365
7000
....
....
....
now i want to use these values in another routine with some calculations.
my problem is how to read these values, name them & import to routine
Example:-
(SETQ A (150)
B(115)
C(6350)
....
....); upto 'n' numbers
2) can we use the above text values in a script & assign to a autolisp routine with
a dialog box ( i tried to call a lisp routine in a script but i am not able to assign values to a dialog box)