hey!
i need a quick answer.... how can i move the letters so that they will start from right to left and not from left to right?
i writing in hebrew and i looks weird if it start from left to write!
for example:
that how it should start:

       שלום לכולם

but the problem that it is start like this:
שלום לכולם
can you please help me?
thanks

Recommended Answers

All 3 Replies

Look at string functions left$(), right$(), len()

Use s FOR loop over the string read in.

You can also have a look at THIS link, with a small sample code which might help.

It does however seem that the easiest way would be to use the windows OS settings to change from left to right.

Here is a link to some free unicode controls for VB6 they may help,
Click Here

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.