Message 1 of 5

Not applicable
08-13-2018
04:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I've a list of elements wich are actually a range in Excel, I mean:
(setq i 1) (setq my_rank (list 'A i ': 'B i))
I also have the GetCells.lsp function, and one of the arguments is the needed range. So, I must convert my_rank into a string. I've tried by using the strcat function but it doesn't work, I get a sort of error saying I'm giving a stringp...
Thank you so much
Solved! Go to Solution.