I want to delete or hide a character from the field

Matin_Murad

Member
Local time
Today, 00:12
Joined
Jul 1, 2020
Messages
40
أريد حذف أو إخفاء حرف من الحقل
 

Attachments

  • deletchar.png
    deletchar.png
    14.7 KB · Views: 135
To remove (hide), you could try using the Replace() function.

Oh wait, are you trying to convert the data into numeric values?
 
or the mid function

mid(myField,2)
 
translates to:

Yes, delete one character from the data ... a field for a number

@Matin_Murad recommend you use google translate to save each of us having to do it separately

نوصي باستخدام جوجل تترجم إلى حفظ كل واحد منا الحاجة إلى القيام بشكل منفصل

 

Users who are viewing this thread

Back
Top Bottom