Jump to content
Sign in to follow this  
grandelemental

Image path passed as variable for parseText?

Recommended Posts

I've been trying to get an image gotten from config to display in a bigger form. parseText allows resizing images, but I can't get it to recognize image path as a variable, not string. The following doesn't work, as it probably recognizes the variable as a basic string.

_imgPath = getText(_config >> "picture");
parseText "<img size='7' image=_imgPath/>";

I've been messing around with format command, also, but with no success. =/ Is there any way you can resize images gotten directly from config?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×