

After checking the program, but before compiling it,somehow another letter e was added to the name of the field so field "agee"
Sorry. I almost went crazy when I noticed.

Code: Select all
ask "Age"
put it into field "age"
Code: Select all
set the JPEGQuality to 100
export snapshot from rect “15,30,260,340” to file tFilepath as JPEG
Code: Select all
answer color
set the backgroundColor of graphic "tester" to it
Thanks. The textEncode command works fine.andresdt wrote: ↑Sun May 16, 2021 2:32 pmHi, try using textDecode or textEncode
Code: Select all
put the dgtext of grp "filmDataGrid" of cd "listcard" into tVariable put textDecode( tVariable, "UTF-8") into url("file:/Volumes/Data/Adatlapok/filmDataGrid.txt")