What does $ mean?

Oorang

Well-known Member
Joined
Mar 4, 2005
Messages
2,071
I was looking at a snippet of meone elses code, and they used Right$ instead of Right. What is the difference between the two?
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
True, among other things variants consume much more memory. Thanks Norie, that was driving me crazy:)

I can't find anything in the helpfile about the use of $. What functions can you use it with? Are there other symbolics you can use to return other datatypes?
 
Upvote 0
You're welcome.

To clarify, I do use String Functions when I want String returns, but I don't use type-def chars when I declare my Vars. :)
 
Upvote 0
I AM noticing one thng though. I have people a work that use reports with comments longer then 255 characters o_O . Which pretty much means if I don't put in an error handling routine LenB isn't usable. That seem s to be the problem with a lot of faster things... They're all brittle :(
 
Upvote 0

Forum statistics

Threads
1,203,491
Messages
6,055,727
Members
444,814
Latest member
AutomateDifficulty

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top