evalhyperlinktab

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Text/Strs/Chars/Links
Introduced first in SolidGeometry 5.0, Creation date: 2020-10-18, Last change: 2025-09-15

evaluates an hyperlink text input from a table

Description

does support the style
{'text', 'http://....'}
{'text', '@google '}
{'text', '@wiki '}
{'text', '@open '}
{'text', '@open '}
{'text', '@matlab '}
'force1st'
'forcesort'

See Also: strhyperlink , sprintfhyperlinktab

Example Illustration

 missing image of evalhyperlinktab(tab,text)

Syntax

evalhyperlinktab([tab,text])

Input Parameter

tab: hyperlink table
text: list of words including optional string forcewww for executing 1st entry

Property names

'forcewww' : if used; the 1st link is called anyway
'unsort' : if used; the tab stays unsorted

Examples


tab={'www','https://www.mw.tum.de/mimed'
'Gleitlager ohne Bund ab 1.5 mm','https://www.igus.de/product/1';
'Gleitlager 1.0 mm','https://www.igus.de/iglidur/gleitlager?sort=3&inch=false&presetindustry=1&premaxtermtemp=1&prelowtermtemp=1&presetsurpre=1&maxshaftdiam=1';};

evalhyperlinktab(tab)
evalhyperlinktab(tab,'forcewww')
evalhyperlinktab(tab,'Gleitlager')
evalhyperlinktab(tab,'Gleier')
evalhyperlinktab(tab,'Gleier','forcewww')




Copyright 2020-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21