Sponsored Content
Top Forums Programming C function to test string or integer Post 65507 by qqq on Sunday 6th of March 2005 05:52:15 AM
Old 03-06-2005
C function to test string or integer

Hi everyone ,
Is there any predefined C function that tests whether an input is string or an integer?
Thank's in advance Smilie
 

10 More Discussions You Might Find Interesting

1. Programming

Integer to String

Which function should I use to convert an Integer to a String or Char format ? Thanx (2 Replies)
Discussion started by: psilva
2 Replies

2. Programming

Function to return an array of integer

Hi all, I am trying to create a function that return an array of integer based on the char parameter pass into the function. I.e. func_a(char * str) { example str is equal to "1,2,3,4" return an array of integers of 1,2,3,4 } Please advise regards dwgi32 (2 Replies)
Discussion started by: dwgi32
2 Replies

3. UNIX for Advanced & Expert Users

test the string is char or integer

How will test the string contains numeric character or alphabet, is there any script to test ? (10 Replies)
Discussion started by: rajesh08
10 Replies

4. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

5. UNIX for Dummies Questions & Answers

integer to string

Hi all, is there an easy way to convert integer to string in bash? I have numbers like 1, 2, ..., 112, ... and I would like to get 001 002 003 004 ... Thank you, Sarah (4 Replies)
Discussion started by: f_o_555
4 Replies

6. Shell Programming and Scripting

How to check weather a string is like test* or test* ot *test* in if condition

How to check weather a string is like test* or test* ot *test* in if condition (5 Replies)
Discussion started by: johnjerome
5 Replies

7. Shell Programming and Scripting

how to compare string integer with an integer?

hi, how to I do this? i="4.000" if ; then echo "smaller" fi how do I convert the "4.000" to 4? Thanks! (4 Replies)
Discussion started by: h0ujun
4 Replies

8. Shell Programming and Scripting

String to integer

I am on HP-UX using ksh in the script. MaxSal=`sqlplus -silent /nolog <<EOF connect / as sysdba whenever sqlerror exit sql.sqlcode set pagesize 0 feedback off verify off heading off echo off select max(sal) from emp1; select max(sal) from emp2; select max(sal) from emp3; exit; EOF`... (3 Replies)
Discussion started by: bang_dba
3 Replies

9. Shell Programming and Scripting

Print smallest integer from file using awk custom function?

`awk` function looks like this in a file name `fun.awk`: { print small() } function small() { a=$0 smal=0 for(i=1;i<=3;i++) { if( a<a) smal=a else (4 Replies)
Discussion started by: lazerz
4 Replies

10. Shell Programming and Scripting

Perl Script Integer Test

Working out a small problem, I have a need of a Perl snippet which might look something like this: use integer; ... if ($changingNumber / 2) { do something; } else { do something else; } ... What I want to happen is for "if" to resolve as "true" every time a whole... (3 Replies)
Discussion started by: LinQ
3 Replies
wxListBox(3erl) 					     Erlang Module Definition						   wxListBox(3erl)

NAME
wxListBox - See external documentation: wxListBox. DESCRIPTION
See external documentation: wxListBox . This class is derived (and can use functions) from: wxControlWithItems wxControl wxWindow wxEvtHandler DATA TYPES
wxListBox() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxListBox() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxListBox() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxListBox() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [[string()]]} | {style, inte- ger()} | {validator, wx() (see module wx)} See external documentation . create(This::wxListBox(), Parent::wxWindow() (see module wxWindow), Id::integer(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[[string()]]) -> bool() Equivalent to create(This, Parent, Id, Pos, Size, Choices, []) . create(This::wxListBox(), Parent::wxWindow() (see module wxWindow), Id::integer(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[[string()]], Options::[Option]) -> bool() Types Option = {style, integer()} | {validator, wx() (see module wx)} See external documentation . deselect(This::wxListBox(), N::integer()) -> ok See external documentation . getSelections(This::wxListBox()) -> {integer(), ASelections::[integer()]} See external documentation . insertItems(This::wxListBox(), Items::[[string()]], Pos::integer()) -> ok See external documentation . isSelected(This::wxListBox(), N::integer()) -> bool() See external documentation . set(This::wxListBox(), Items::[[string()]]) -> ok See external documentation . hitTest(This::wxListBox(), Point::{X::integer(), Y::integer()}) -> integer() See external documentation . setFirstItem(This::wxListBox(), X::integer() | string()) -> ok See external documentation . Alternatives: setFirstItem(This::wxListBox(), N::integer()) -> ok setFirstItem(This::wxListBox(), S::string()) -> ok destroy(This::wxListBox()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxListBox(3erl)
All times are GMT -4. The time now is 09:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy