Page 1 of 1

[n00b] How do I type the RATIO character?

Posted: 31 Oct 2016, 23:21
by RBCC
I know that I might get into trouble down the line but can you show me how to do what is shown in the picture?
Image



John

Re: I know that I might get into trouble doing this n.colon{'\u2336'}

Posted: 01 Nov 2016, 07:58
by rednoah
Just use copy & paste.

You can type a RATIO character the same way as any other Unicode character that doesn't happen to be on the keyboard.

Re: I know that I might get into trouble doing this n.colon{'\u2336'}

Posted: 02 Nov 2016, 05:22
by RBCC
OK I tried n.colon ('\u2336') and no soap doc!
I will look for a a list of unicode characters or where do I find one? Can you show me an example? John

Re: I know that I might get into trouble doing this n.colon{'\u2336'}

Posted: 02 Nov 2016, 06:57
by rednoah
This is a RATIO character:

Code: Select all

This piece of code is not the RATIO character:

Code: Select all

n.colon('\u2336')
@see http://unicode-table.com/en/2236/


PS: Alright, so from now on I will need a paypal donation number with each new support request, just to give you some incentive to figure things out for yourself. ;)

Re: [n00b] How do I type the RATIO character?

Posted: 02 Nov 2016, 14:26
by RBCC
I gave u a donation

Re: [n00b] How do I type the RATIO character?

Posted: 02 Nov 2016, 14:30
by rednoah
Thanks. Please post the PayPal confirmation number.

Re: [n00b] How do I type the RATIO character?

Posted: 02 Nov 2016, 16:45
by RBCC
22919899D67874130 Isvthe conformationation code.

Re: [n00b] How do I type the RATIO character?

Posted: 02 Nov 2016, 21:07
by rednoah
PayPal wrote:We didn't find anything for 22919899D67874130.
Nope, not your "conformationation" code...

:idea: Copy & Paste is your friend, especially if you can't type...

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 00:15
by RBCC
That is my paypal transaction id #

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 00:18
by RBCC
You dont have a reciept from a transaction from [email protected]

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 04:36
by RBCC
22919899D6787413U The real conformation code

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 07:26
by rednoah
Alright, I found it. Much appreciated.

Looks like got your confirmation number and your email address wrong:

Code: Select all

Confirmation number:		3YR72110B2722721C

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 07:31
by RBCC
Are there string manipulation commands so I can seperate a name into 2 names? John

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 07:39
by rednoah
Examples and screenshots would appreciated, because I usually have no idea what you're trying to say. :lol:

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 13:21
by RBCC
I would like to take :

Image

{n} in Diagnosis Murder and separate the two words and make {n} = "Diagnosis : Murder " Is there some string manipulation commands that I can do this with? John :D

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 16:23
by rednoah
Please learn how to post screenshots properly. Then edit your post and fix it. You can click Preview to see what your post would look like.

YES (you should link an image)

Code: Select all

[img]http://i.imgur.com/fB2drRk.jpg[/img]
NO ( you should not link a website)

Code: Select all

[img]http://imgur.com/fB2drRk[/img]

:!: How do you know words like string manipulation but act as if you're 80 years old and haven't used the internet before? Are you trolling me? :lol: I'm honestly dumbfounded. :lol:


e.g. I think you want something like this:

Code: Select all

{'Diagnosis Murder'.space(' | ')}

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 17:44
by RBCC
What i would like to do is put a ratio between diagnosis and murder. In filebot {n} is the whole string "diagnosis murder. How do i do this?

Re: [n00b] How do I type the RATIO character?

Posted: 03 Nov 2016, 18:23
by rednoah
This ⬇ is how you do it:
rednoah wrote:

Code: Select all

{'Diagnosis Murder'.space(' | ')}