Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2829 Weergaven

Hi everyone, I have a problem with code.

In this part:

qty_position = scan_barcode.find('-')

I need replace symbol - with symbol

qty_position = scan_barcode.find(''')

the problem is that with this new symbol, code after change like if is it:

""" Text """

How I can do?

Thanks very much

Avatar
Annuleer
Auteur Beste antwoord

Thanks Hassan, it work!

Can I ask an other question, If I need:

qty_position = scan_barcode.find("'" or "*")

it's possible to do this? What's the correct code?

Thanks

Avatar
Annuleer

qty_position = scan_barcode.replace("'", "").replace("*","")

Can you make my answer as solved?

Auteur

Hi Hassan, thanks for you help! I would like make your answer as solved, but I can not because forum need 5 Karma for make it, and I have not its. I don't know how I can do

Beste antwoord
qty_position = scan_barcode.replace("-", "'")
Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
sep. 24
1420
2
aug. 25
2230
1
jul. 25
767
1
aug. 25
1150
0
mei 25
1260