Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

How do you list currently running process?

1 2578

How do you find out what’s your shell?

1 2816

How do you fire a process in the background?

1 2861

How do you refer to the arguments passed to a shell script?

1 2514

What’s the conditional statement in shell scripting?

1 3065

How do you do number comparison in shell scripts?

1 2744

How do you test for file properties in shell scripts?

1 3082

How do you do Boolean logic operators in shell scripting?

1 2735

How do you find out the number of arguments passed to the shell script?

1 2925

What’s a way to do multilevel if-else’s in shell scripting?

1 2751

How do you write a for loop in shell?

1 2771

How do you find out the current directory you’re in?

1 2926

What’s the command to find out users on the system?

1 2582

What’s the command to find out today’s date?

1 2841

How do you stop a process?

1 2718


Un-Answered Questions { Scripts_Markup Code }

code to keep a page Out of the browser history

2129


write a code that user can choose/alter Body Text Size

2086


plz tell me the exam date for clerks in sbi

2208


What is XML Parser?

751


How can export database using php code?

2062


How can call any javascript function without saying onclick, onchange, onblur etc events in php?

4608


What is an XML Schema?

668


How to store the iterations value in some variable/ in excel? Dim objExcel, ObjFolder, objPath, objWorkbook, objSheet, ObjFSo, ObjFolderName, strExcelPath Const xlExcel7 = 39 ObjFolderName = "Testing" & Hour(time()) & Minute(time()) &Second(time()) objPath = "D:\" strExcelPath = objPath & ObjFolderName & "\testing.xls" Set ObjFSo = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.CreateFolder(objPath & ObjFolderName) On Error Resume Next Set objExcel = CreateObject("Excel.Application") If (Err.Number <> 0) Then On Error GoTo 0 Wscript.Echo "Excel application not found." Wscript.Quit End If On Error GoTo 0 Set objWorkbook = objExcel.Workbooks.Add() Set objSheet = objExcel.ActiveWorkbook.Worksheets(1) Dim arr1, arr2, arr3 Set outputLines = CreateObject ("System.Collections.ArrayList") arr1 = 123arr2 = 99 arr3 = 10 outputLines.Add arr1 outputLines.Add arr2 outputLines.Add arr3 outputLines.Sort() For Each outputLine in outputLines WScript.Echo outputLine ' how to store this value in excel/ variable? Next objExcel.ActiveWorkbook.SaveAs strExcelPath, xlExcel7 objExcel.ActiveWorkbook.Close objExcel.Application.Quit This above code is working fine but the qs is is there any way to store the sort data in variables / in the excel and how?

2886


how to Scroll a DIV content

2627


What is a markup language?

731


What is CDATA?

664


How to add flash or *.gif file in edit panel in java?

2332


Write a python program to check if a number is a palindrome or not?

860


code to get the coordinates of a Click Event

2268


How to change winform look?

2778