Questions tagged [formatted]

81 questions
-1
votes
2 answers

Take Excel cell content and place it into a formatted .txt file

So I have an Excel document, which is essentially a table. For the purposes of this, we will use this: Dummy Data What I'm wanting to do is take the values from these cells and place them into a .txt file. However the text file has some required…
XViper
  • 35
  • 5
-1
votes
3 answers

Print pre formatted Array without
 tag

here is my problem: I want output a formatted array on my webserver, like this: { "status": true, "motd": " [ Mineplex Games ] \n \u2744 New Game \u2744 Gladiators \u2744", "version": "1.8", "players": { …
user324964
  • 3
  • 1
  • 5
-1
votes
1 answer

Get keystrokes formatted

I'm new and still learning about C# I have this simple code (I got from a website) that captures the keystrokes and saves it in a file: [DllImport("user32.dll")] private static extern short GetAsyncKeyState(int vKey); public Form1() { …
newbieguy
  • 608
  • 1
  • 10
  • 28
-1
votes
3 answers

How to get string from formatted url in asp.net c#

Suppose We are on the page www.abc.com/apple-store then how to get string apple-store in asp C# code. to store into another variable.
Rohit
  • 1
  • 3
-1
votes
1 answer

How to read formatted cell value data using excel vba?

What I'm trying to is read formatted cell value in excel 2007 using VBA. For example I have a cell with value "01/01/2015" and when formatted it looks like Jan/2015. Is there a way to read that formatted value Jan/2015 into a variable instead of…
jp0202
  • 13
  • 1
  • 3
-1
votes
2 answers

How do I format decimal java

I want to format a decimal number like this: 1234.5 0.5 It mean the max number would be 9999.9 (4 characters before ".", 1 character after)
1 2 3 4 5
6