Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > ASP > ASP/VBScript User-Defined Functions > ASP/VBScript Function Introduction



Clound SSD Virtual Server

ASP/VBScript Function Introduction

ASP Function รูปแบบ Function ในภาษา Visual Basic เป็นรูปแบบที่ค่อนข้างจะใช้งานง่าย และเข้าใจได้ง่ายครับ โดยความสามารถของ Function จะ Return ค่าได้ทั้งค่าตัวแปร และ Object ได้ด้วยครับ และความสามารถหนึ่งในภาษา Visual Basic ก็คือ Function สามารถ Return หรือเปลี่ยนแปลงค่า Argument และสามารถส่งค่ากลับมายัง Call Argument ได้ครับ ถ้ายังไม่เข้าใจลองมาดูตัวอย่างการเขียน Function แบบง่าย ๆ กันดีกว่าครับ

Syntax

Function name [(arglist)]
[statements]
[name = expression]
[Exit Function]
[statements]
[name = expression]
End Function



AspFunction.asp

<% Option Explicit %>
<html>
<head>
<title>ThaiCreate.Com ASP Function</title>
</head>
<body>
<%
	Function SumValue(ByRef strA,ByRef strB,ByRef strC)
		strC = strA + strB	
		SumValue = strA + strB  //*** Return ***//
	End Function

	Dim strA
	Dim strB
	Dim strC

	strA = 100
	strB = 200

	Response.write "<br>SumValue = "&SumValue(strA,strB,strC)
	Response.write "<br>strC = "&strC
%>
</body>
</html>


จากตัวอย่างจะเห็นได้ว่า Function SumValue สามารถ Return ค่าได้ และรวมทั้งตัวแปร strC ที่กำหนดเป็น ByRef คือเมื่อมีการเปลี่ยนแปลงค่าภายใน Function จะมีการเปลี่ยนแปลงค่า ณ ปัจจุบันด้วย แต่ถ้าเปลี่ยนเป็น ByVal จะไม่มีการเปลี่ยนแปลงค่าใด ๆ ภายใน Function
Screenshot

Asp Function


ByRef & ByVal




ตัวอย่างการใช้งาน Function กับ Database




Reference : https://www.thaicreate.com/vbscript/vsstmfunction.htm







   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-08-10 15:39:54 / 2008-10-05 13:21:19
  Download : Download  ASP/VBScript Function Introduction
 Sponsored Links / Related

 
ASP/VBScript Function Non Returning values
Rating :

 
ASP/VBScript Function Returning values
Rating :

 
ASP/VBScript Function Non arguments
Rating :

 
ASP/VBScript Function arguments
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่