473,473 Members | 1,988 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How do I change 0 to a 0 with an oblique line through it.

1 New Member
This is to make it more distinguishable between a zero and an O.
Sep 25 '13 #1
3 1250
Rabbit
12,516 Recognized Expert Moderator MVP
Switch to a font that does that.
Sep 25 '13 #2
ADezii
8,834 Recognized Expert Expert
If you want to get a little fancy, try:
Expand|Select|Wrap|Line Numbers
  1. Dim strBaseString As String
  2.  
  3. strBaseString = "00022377690870055431000HGRT0410"
  4. Debug.Print Replace(strBaseString, "0", Chr$(216))
  5.  
which will produce:
Expand|Select|Wrap|Line Numbers
  1. ØØØ2237769Ø87ØØ55431ØØØHGRTØ41Ø
Sep 25 '13 #3
zmbd
5,501 Recognized Expert Moderator Expert
just keep in mind that the "value" returned by ADezii is a STRING and not a NUMERIC
(I know it seems obvious (-,-) )
Sep 26 '13 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

23
by: Mark Dickinson | last post by:
I have a simple 192-line Python script that begins with the line: dummy0 = 47 The script runs in less than 2.5 seconds. The variable dummy0 is never referenced again, directly or indirectly,...
5
by: GY2 | last post by:
I want to step through the rows returned by my DataView, extract some values from some of its columns and append them as separate lines to the text of various rich textbox controls while possibly...
4
by: pkid | last post by:
Hey gurus, I am writing a beginner JS program to change a line color from black to red ("255, 0, 0"), however, I cound not get it done... I was thinking like: ...
7
by: CSUIDL PROGRAMMEr | last post by:
Folks I am trying to read a file This file has a line containing string 'disable = yes' I want to change this line to 'disable = no' The concern here is that , i plan to take into account...
0
by: Screaming Eagles 101 | last post by:
I'dd like to change line(x) in a richtextbox, wordwrap is true, multiline is true. This ain't possible sayin' myTBX.Lines(5) = "blablabla" it seems... Why not ? I have a workaround by saying...
2
by: Priya Karthikeyan | last post by:
Hi, I am having problem in changing the Line Color and Fill Color of the Visio Shape programatically for a specified condition in .NET project in C#. I am using...
2
chunk1978
by: chunk1978 | last post by:
hi there... is it possible to change text on a page that is just on a line (without being in a specific textbox or something)... currently the text i'd like to change is in a DIV, but i can't...
10
blazedaces
by: blazedaces | last post by:
Alright guys, so the title explains exactly my goal. The truth is I'm going to be reading in a lot of data from an xml file. The file is too large and there's too much data to store in arraylists...
1
by: J. J. Ramsey | last post by:
In Perl, there is a module called "Tie::File". What it does is tie a list to each line of a file. Change the list, and the file is automatically changed, and on top of this, only the bits of the...
4
by: beary | last post by:
I have a php file which looks like this: <?php $subjectshort='vetcm'; $comparray=array('c1','c2','e1'); ?> I need to change the $comparray line so it now looks like this: ...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.