Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A Notepad having the many Dimensions of rectangles in the format of : "Length Width Height Desc".
(Ex: 36 24 65 aaaaa
48 30 72 bbbbb
)
the data having "tab space" between length, width, height and desc
I need to place the rectangles using length and width dimensons and also place the text inside the rectangles like
L: 36
W: 24
H: 65
Desc:aaaaa
I am trying to get the values individually but after getting 1st tab space value using the syntax (vl-string-search pattern string [start-pos]), I dont know how to get the remaining values of tab spaces.
I need help for solving the above problem?
Solved! Go to Solution.