Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replacing a thumbnail in a memo file.

Status
Not open for further replies.

coldan

Programmer
Oct 19, 2008
98
AU
I believe I did write code to do this some years ago but I can't think what to search for in my code.

Does a simple REPL thumb with 'temp.jpg. work.

I'm not sure it does here.

Many Thanks

Coldan
 
Found it!

if file('temp.jpg')

mythumb = filetostr('temp.jpg')

replace thumb with mythumb

endif

Coldan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top