FoxcodePlus Beta 3.03 - Messagebox
When we type
if messagebox("Do you want to exit ",4+32+256,"Alert!!")=6 && if we type speedy " )=6 " then
all the highlighted part replace with " =6 " and replaced as
if messagebox=6
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
When we type
if messagebox("Do you want to exit ",4+32+256,"Alert!!")=6 && if we type speedy " )=6 " then
all the highlighted part replace with " =6 " and replaced as
if messagebox=6
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
Hi Rodrigo Duarte Bruscain,
Every Function have the same issue.
You can try
Alltrim(abcd)= && speedy " )= "
trim(abcd)= && speedy " )= "
rtrim(abcd)= && speedy " )= "
ltrim(abcd)= && speedy " )= "
Messagebox("abcd",4+32+256,"alert")= && speedy " )= "
All the functions working perfect after CLEAR ALL in Command Window
Please try the same at your place.
Warm regards,
mk.