James wrote:
@ 3, 5 BUTTON "Run module" SIZE 40, 12 ;
ACTION winexec([exe16.exe ]+["]+encrypt(trim(cId))+["] )
Unfortunately, the above didn't work James.
James wrote:
Granted that does seem odd. Are you using the same versions of FW and FWH? Perhaps there was a change in the versions that is causing the problem rather than 16bit vs 32bit.
No. I'm using FW2.3 and FWH2.8 respectively. I'm holding on to a time-tested principle,
"if it ain't broken, don't fix it".

Hence my reluctance to touch anything that's working fine so I left my 16-bit programs with FW16. I doubt there was a change, if there was, a lot more people would've been affected.
AlexSchaft wrote:
Another trick I use where high (>127) ascii and low(<32) can be tricky is to mime encode the strings
Hey, that's a neat trick there Alex. I'll keep it in mind. I know it'd have never crossed my mind.