Mr.HxLeR Posted June 6, 2017 Share Posted June 6, 2017 ابغا احد يشرح لي هذا الكود ويقولي كيف اوقفه if ( not tonumber( CN1 ) ضروري Link to comment
AHMED MOSTAFA Posted June 6, 2017 Share Posted June 6, 2017 Just now, Mr.HxLeR said: ابغا احد يشرح لي هذا الكود ويقولي كيف اوقفه if ( not tonumber( CN1 ) ضروري ليست رقم CN1 هذا يتأكد ان ولو تبي تتأكد انها رقم سويها كدة if ( tonumber( CN1 ) ) then -- your code end Link to comment
Mr.HxLeR Posted June 6, 2017 Author Share Posted June 6, 2017 Just now, Killer Project said: ليست رقم CN1 هذا يتأكد ان ولو تبي تتأكد انها رقم سويها كدة if ( tonumber( CN1 ) ) then -- your code end طيب انا ما ابيه يتأكد لي انه رقم ابغا يتأكد لي انه نص فقط Link to comment
AHMED MOSTAFA Posted June 6, 2017 Share Posted June 6, 2017 if ( tostring( CN1 ) ) then -- your code end Link to comment
Mr.HxLeR Posted June 6, 2017 Author Share Posted June 6, 2017 1 hour ago, Killer Project said: if ( tostring( CN1 ) ) then -- your code end مشكور والله افدتـني Link to comment
AHMED MOSTAFA Posted June 6, 2017 Share Posted June 6, 2017 Just now, Mr.HxLeR said: مشكور والله افدتـني العـفو حياك الله Link to comment
Mr.HxLeR Posted June 6, 2017 Author Share Posted June 6, 2017 1 hour ago, Killer Project said: if ( tostring( CN1 ) ) then -- your code end في عندي مشكلة ثانية ابغاه اذا ما كتب نص ما راح يسوي موافق لأنه الكود حقك اللي فوق يسوي موافق حتى لو ما كتب نص Link to comment
AHMED MOSTAFA Posted June 6, 2017 Share Posted June 6, 2017 Just now, Mr.HxLeR said: في عندي مشكلة ثانية ابغاه اذا ما كتب نص ما راح يسوي موافق لأنه الكود حقك اللي فوق يسوي موافق حتى لو ما كتب نص if ( tostring( CN1 ) ) and ( not ( tostring( CN1 ) == "" ) ) then -- your code end Link to comment
Mr.HxLeR Posted June 6, 2017 Author Share Posted June 6, 2017 (edited) انا مسويه كذا if ( not tostring( CN1 ) ) then 6 minutes ago, Killer Project said: if ( tostring( CN1 ) ) and ( not ( tostring( CN1 ) == "" ) ) then -- your code end اوك بجربها اللحين 6 minutes ago, Killer Project said: if ( tostring( CN1 ) ) and ( not ( tostring( CN1 ) == "" ) ) then -- your code end الآن صار اذا خليت المربع فاضي يسوي موافق ولو كتبت نص ما يسوي موافق Edited June 6, 2017 by Mr.HxLeR Link to comment
AHMED MOSTAFA Posted June 6, 2017 Share Posted June 6, 2017 كيف ؟؟؟ !!! if ( tostring( CN1 ) ) and not ( tostring( CN1 ) == "" ) then -- your code end -- لو حصل العكس جرب كدة if ( tostring( CN1 ) ) and ( tostring( CN1 ) == "" ) then -- your code end Link to comment
Mr.HxLeR Posted June 6, 2017 Author Share Posted June 6, 2017 13 minutes ago, Killer Project said: كيف ؟؟؟ !!! if ( tostring( CN1 ) ) and not ( tostring( CN1 ) == "" ) then -- your code end -- لو حصل العكس جرب كدة if ( tostring( CN1 ) ) and ( tostring( CN1 ) == "" ) then -- your code end ضبطت معي الله يعطيك العافية والله تعبتك معي معليش ,, Link to comment
AHMED MOSTAFA Posted June 6, 2017 Share Posted June 6, 2017 Just now, Mr.HxLeR said: ضبطت معي الله يعطيك العافية والله تعبتك معي معليش ,, عادي ولا يهمك .. انا في المنتدى لأساعد الناس Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now